Skip to content

Commit

Permalink
No need to install nanoflann stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Jan 6, 2025
1 parent 9d2dc91 commit 7113cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set_target_properties(teqpcpp PROPERTIES POSITION_INDEPENDENT_CODE TRUE)

set(NANOFLANN_BUILD_EXAMPLES FALSE CACHE BOOL "No nanoflann examples")
set(NANOFLANN_BUILD_TESTS FALSE CACHE BOOL "No nanoflann tests")
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/externals/nanoflann)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/externals/nanoflann EXCLUDE_FROM_ALL)
set_target_properties(nanoflann PROPERTIES POSITION_INDEPENDENT_CODE TRUE)

set(BUILD_SHARED_LIBS TRUE CACHE BOOL "Use shared libraries for GEOS, due to the LGPL v2.1 license")
Expand Down

0 comments on commit 7113cd7

Please sign in to comment.