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 393a330 commit b70bebbCopy full SHA for b70bebb
config/host/generic/build.sh
@@ -6,4 +6,10 @@ set +o nounset
6
. install/local_setup.bash
7
set -o nounset
8
9
+colcon build --packages-up-to service_msgs --metas src --cmake-args -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON $@
10
+
11
+set +o nounset
12
+. install/local_setup.bash
13
+set -o nounset
14
15
colcon build --metas src --cmake-args -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON $@
0 commit comments