Closed roehling closed 11 months ago
Oh, it makes sense, thanks! Would you need a new official release to fix it in Debian or is a d/patch ok?
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)
.
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.