From 8c05bdd38e6601cad5d980c2a60409a5cc993dc0 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Sat, 4 Mar 2023 00:31:36 +0100 Subject: [PATCH] Fix variable value --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 268e6ba..0121b02 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -38,7 +38,7 @@ if(NOT USE_SYSTEM_CPR) set(CPR_FORCE_USE_SYSTEM_CURL ON) else() message(WARNING "libcurl is too new to work with CPR, so we let CPR build its own (use -DCPR_FORCE_USE_SYSTEM_CURL=ON to change this behavior)") - set(CPR_FORCE_USE_SYSTEM_CURL ON) + set(CPR_FORCE_USE_SYSTEM_CURL OFF) endif() else() message(WARNING "CPR_FORCE_USE_SYSTEM_CURL is set to ${CPR_FORCE_USE_SYSTEM_CURL} by the user")