Skip to content

Commit

Permalink
Fix variable value
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Mar 3, 2023
1 parent d13db5c commit 8c05bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8c05bdd

Please sign in to comment.