Skip to content

Commit b52fea3

Browse files
committed
Update nanoflann
1 parent e8083d8 commit b52fea3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ target_compile_definitions( CCCoreLib
116116
)
117117

118118
# Nanoflann
119-
option(NANOFLANN_BUILD_BENCHMARKS "" OFF)
120-
option(NANOFLANN_BUILD_EXAMPLES "" OFF)
121-
option(NANOFLANN_BUILD_TESTS "" OFF)
119+
set( NANOFLANN_BUILD_BENCHMARKS OFF CACHE BOOL "" FORCE )
120+
set( NANOFLANN_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE )
121+
set( NANOFLANN_BUILD_TESTS OFF CACHE BOOL "" FORCE )
122122
add_subdirectory( extern/nanoflann EXCLUDE_FROM_ALL )
123123
target_link_libraries( CCCoreLib
124124
PUBLIC

0 commit comments

Comments
 (0)