Skip to content

Commit f5c32a1

Browse files
committed
packages: Set imu OFF by default.
Signed-off-by: andreidanila1 <[email protected]>
1 parent 65a4e94 commit f5c32a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ endif()
5151
if(NOT DEFINED ENABLE_PACKAGE_EXTPROC)
5252
set(ENABLE_PACKAGE_EXTPROC OFF CACHE BOOL "Enable extproc package" FORCE)
5353
endif()
54+
55+
if(NOT DEFINED ENABLE_PACKAGE_IMU)
56+
set(ENABLE_PACKAGE_IMU OFF CACHE BOOL "Enable imu package" FORCE)
57+
endif()
58+
5459
add_packages(${CMAKE_CURRENT_SOURCE_DIR} ${SCOPY_PACKAGE_BUILD_PATH})

0 commit comments

Comments
 (0)