mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
* Windows CI: more sensor drivers + Windows/macOS bundle scripts * added opengv to mac build * windows bundle fixes * zed extra neural ddl in separate package * OpenGV macos eigen version error * opengv macos build issues
22 lines
565 B
Diff
22 lines
565 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index e671b87..2e2538e 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -121,7 +121,7 @@ set( NANOFLANN_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE )
|
|
set( NANOFLANN_BUILD_TESTS OFF CACHE BOOL "" FORCE )
|
|
add_subdirectory( extern/nanoflann EXCLUDE_FROM_ALL )
|
|
target_link_libraries( CCCoreLib
|
|
- PUBLIC
|
|
+ PRIVATE
|
|
nanoflann::nanoflann
|
|
)
|
|
|
|
@@ -236,6 +236,7 @@ install(
|
|
CCCoreLib
|
|
EXPORT
|
|
CCCoreLib-targets
|
|
+ RUNTIME DESTINATION bin
|
|
LIBRARY DESTINATION lib
|
|
ARCHIVE DESTINATION lib
|
|
INCLUDES DESTINATION include
|