Skip to content

Commit 826f070

Browse files
Update force vendor package build option in docs.
1 parent c5bb563 commit 826f070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Contributing/Quality-Guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,11 @@ The code migration suggestions here are by no means complete - when writing (or
245245

246246
* Passing compiler to CMake
247247

248-
* ``colcon build --cmake-args -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS='-stdlib=libc++ -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS' -DFORCE_BUILD_POCO=ON -DFORCE_BUILD_TINYXML=ON --no-warn-unused-cli``
248+
* ``colcon build --cmake-args -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS='-stdlib=libc++ -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS' -DFORCE_BUILD_VENDOR_PKG=ON --no-warn-unused-cli``
249249

250250
* Overriding system compiler
251251

252-
* ``CC=clang CXX=clang++ colcon build --cmake-args -DCMAKE_CXX_FLAGS='-stdlib=libc++ -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS' -DFORCE_BUILD_POCO=ON -DFORCE_BUILD_TINYXML=ON --no-warn-unused-cli``
252+
* ``CC=clang CXX=clang++ colcon build --cmake-args -DCMAKE_CXX_FLAGS='-stdlib=libc++ -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS' -DFORCE_BUILD_VENDOR_PKG=ON --no-warn-unused-cli``
253253

254254

255255

0 commit comments

Comments
 (0)