We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13db5c commit 8c05bddCopy full SHA for 8c05bdd
lib/CMakeLists.txt
@@ -38,7 +38,7 @@ if(NOT USE_SYSTEM_CPR)
38
set(CPR_FORCE_USE_SYSTEM_CURL ON)
39
else()
40
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)
+ set(CPR_FORCE_USE_SYSTEM_CURL OFF)
42
endif()
43
44
message(WARNING "CPR_FORCE_USE_SYSTEM_CURL is set to ${CPR_FORCE_USE_SYSTEM_CURL} by the user")
0 commit comments