We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a4e94 commit f5c32a1Copy full SHA for f5c32a1
packages/CMakeLists.txt
@@ -51,4 +51,9 @@ endif()
51
if(NOT DEFINED ENABLE_PACKAGE_EXTPROC)
52
set(ENABLE_PACKAGE_EXTPROC OFF CACHE BOOL "Enable extproc package" FORCE)
53
endif()
54
+
55
+if(NOT DEFINED ENABLE_PACKAGE_IMU)
56
+ set(ENABLE_PACKAGE_IMU OFF CACHE BOOL "Enable imu package" FORCE)
57
+endif()
58
59
add_packages(${CMAKE_CURRENT_SOURCE_DIR} ${SCOPY_PACKAGE_BUILD_PATH})
0 commit comments