mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
MacOS and Windows binaries update (0.23.8) (#1726)
* 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
This commit is contained in:
21
patches/cccorelib_4095bea.patch
Normal file
21
patches/cccorelib_4095bea.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user