Skip to content
New issue

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

cmake config does not include threads library as a dependency #1716

Closed
discopt opened this issue Apr 4, 2024 · 1 comment
Closed

cmake config does not include threads library as a dependency #1716

discopt opened this issue Apr 4, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@discopt
Copy link

discopt commented Apr 4, 2024

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)
@jajhall jajhall added the enhancement New feature or request label Apr 5, 2024
@galabovaa
Copy link
Contributor

Fixed the latest release v1.7.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants