Skip to content

Commit

Permalink
Look for Threads dependency in CMake config script
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Dec 18, 2023
1 parent 37b31cb commit 78af30a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/nanoflannConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(Threads)

include("${CMAKE_CURRENT_LIST_DIR}/nanoflannTargets.cmake")

# (JLBC Feb 2021: Not used anymore?)
Expand Down

0 comments on commit 78af30a

Please sign in to comment.