Skip to content

Commit

Permalink
Disable CLI11 vendoring by default
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Jan 8, 2025
1 parent 7b4ac80 commit 3b86216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gz_configure_project(VERSION_SUFFIX pre1)
option(
GZ_UTILS_VENDOR_CLI11
"If true, use the vendored version of CLI11, otherwise use an external one"
true)
OFF)

#============================================================================
# Search for project-specific dependencies
Expand Down

0 comments on commit 3b86216

Please sign in to comment.