We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cba17 commit c640c5cCopy full SHA for c640c5c
docker/noble-ros2/scripts/build.bash
@@ -30,5 +30,5 @@ forest grow OpenSoT --verbose --clone-depth 1 -j ${FOREST_JOBS:-1}
30
31
# build tests
32
cd build/OpenSoT
33
-cmake -DBUILD_TESTS=1 .
+cmake -DOPENSOT_COMPILE_TESTS=1 .
34
make -j ${FOREST_JOBS:-1}
0 commit comments