Skip to content

Commit daec62d

Browse files
committed
Disable GTSAM example builds in the before-build script
1 parent f0ac76d commit daec62d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/cibw_before_build_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ cmake ${GTSAM_SOURCE} \
4343
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
4444
-DCMAKE_INSTALL_LIBDIR=lib \
4545
-DGTSAM_BUILD_TESTS=OFF \
46+
-DGTSAM_BUILD_EXAMPLES=OFF \
4647
-DGTSAM_BUILD_UNSTABLE=ON
4748

4849
cmake --build . --config Release -j${NUM_CORES}

0 commit comments

Comments
 (0)