Skip to content

Commit 8c05bdd

Browse files
committed
Fix variable value
1 parent d13db5c commit 8c05bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if(NOT USE_SYSTEM_CPR)
3838
set(CPR_FORCE_USE_SYSTEM_CURL ON)
3939
else()
4040
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)")
41-
set(CPR_FORCE_USE_SYSTEM_CURL ON)
41+
set(CPR_FORCE_USE_SYSTEM_CURL OFF)
4242
endif()
4343
else()
4444
message(WARNING "CPR_FORCE_USE_SYSTEM_CURL is set to ${CPR_FORCE_USE_SYSTEM_CURL} by the user")

0 commit comments

Comments
 (0)