From 3b86216a7c2e524a42aa3ba4011e2e55142ad606 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 8 Jan 2025 14:38:52 -0800 Subject: [PATCH] Disable CLI11 vendoring by default Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ed8faa..369ff40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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