ERGO-Code/HiGHS

cmake config does not include threads library as a dependency

Closed this issue · 1 comments

I wondered why

find_package(Threads REQUIRED)

is needed in a cmake project that uses HiGHS. Similar to ZLIB the highs-config.cmake file could also be changed to contain a line like this:

find_dependency(Threads)

Fixed the latest release v1.7.1.