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

Look for Threads dependency in CMake config script #226

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

roehling
Copy link
Contributor

This is a fix for Debian bug #1058950. Unfortunately, both the autopkgtest (via GTest) and my own use already have a find_package(Threads), so this bug never triggered for me.

@jlblancoc jlblancoc merged commit 6dba464 into jlblancoc:master Dec 19, 2023
6 checks passed
@jlblancoc
Copy link
Owner

Oh, it makes sense, thanks! Would you need a new official release to fix it in Debian or is a d/patch ok?

@roehling
Copy link
Contributor Author

I already made a -2 Debian release with the PR applied, so there's no hurry. Also, most people (me included) never ran into the bug anyway, and it's trivial to work around with an additional find_package(Threads) before the find_package(nanoflann).

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

Successfully merging this pull request may close these issues.

2 participants