From 4e0ad1c71038566359d836de19d51653d0065457 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 26 Aug 2024 18:47:47 -0500 Subject: [PATCH] updated build system --- support/include/utils/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/include/utils/config.hpp b/support/include/utils/config.hpp index f7edaed7..1e25cc91 100644 --- a/support/include/utils/config.hpp +++ b/support/include/utils/config.hpp @@ -326,7 +326,7 @@ using vlc_string_t = std::unique_ptr; #endif // defined(PROJECT_ENABLE_BOOST) #if defined(PROJECT_ENABLE_CLI11) -#include "CLI/CLI.hpp" +#include "CLI11.hpp" #endif // defined(PROJECT_ENABLE_CLI11) #if defined(PROJECT_ENABLE_CPP_HTTPLIB)