Skip to content

Commit 3351fbc

Browse files
authored
Re-disable vendoring of cli11 by default (#179)
Revert "Restore vendoring of cli11 by default (#178)" This reverts commit bdcef68. Signed-off-by: Steve Peters <[email protected]>
1 parent bdcef68 commit 3351fbc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gz_configure_project(VERSION_SUFFIX pre1)
2525
option(
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

Migration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ release will remove the deprecated code.
77

88
## Gazebo Utils 3.X to 4.X
99

10-
<!--
1110
The default value of `GZ_UTILS_VENDOR_CLI11` is now set to `OFF`, so that
1211
an external version of `cli11` will be preferred by default. This is in
1312
preparation 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

0 commit comments

Comments
 (0)