mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
* Refactoring ORB_SLAM3 integration. Fixed realsense2 inter IMU stamps. * Renamed OdometryORBSLAM -> OdometryORBSLAM2 * revert a change * Fixed build without orb_slam * Source camera: added feature detection option * Fixed jfr2018 docker files
14 lines
326 B
Diff
14 lines
326 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index c14cb659..2c370200 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -830,6 +830,8 @@ IF(NOT MSVC)
|
|
ENDIF()
|
|
ENDIF()
|
|
|
|
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fext-numeric-literals")
|
|
+
|
|
|
|
####### OSX BUNDLE CMAKE_INSTALL_PREFIX #######
|
|
IF(APPLE AND BUILD_AS_BUNDLE)
|