We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
highs-config.cmake
find_dependency(Threads)
The text was updated successfully, but these errors were encountered:
Fixed the latest release v1.7.1.
Sorry, something went wrong.
galabovaa
No branches or pull requests
I wondered why
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:The text was updated successfully, but these errors were encountered: