File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ gz_configure_project(VERSION_SUFFIX pre1)
2525option (
2626 GZ_UTILS_VENDOR_CLI11
2727 "If true, use the vendored version of CLI11, otherwise use an external one"
28- ON )
28+ OFF )
2929
3030#============================================================================
3131# Search for project-specific dependencies
Original file line number Diff line number Diff line change @@ -7,12 +7,10 @@ release will remove the deprecated code.
77
88## Gazebo Utils 3.X to 4.X
99
10- <!--
1110The default value of ` GZ_UTILS_VENDOR_CLI11 ` is now set to ` OFF ` , so that
1211an external version of ` cli11 ` will be preferred by default. This is in
1312preparation to remove the vendored version (see
1413[ issue #135 ] ( https://github.com/gazebosim/gz-utils/issues/135 ) ).
15- -->
1614
1715## Gazebo Utils 2.X to 3.X
1816
You can’t perform that action at this time.
0 commit comments