Skip to content

Commit d13db5c

Browse files
committed
Fix variable name
1 parent e45509a commit d13db5c

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
@@ -41,7 +41,7 @@ if(NOT USE_SYSTEM_CPR)
4141
set(CPR_FORCE_USE_SYSTEM_CURL ON)
4242
endif()
4343
else()
44-
message(WARNING "CPR_USE_SYSTEM_CURL is set to ${CPR_USE_SYSTEM_CURL} by the user")
44+
message(WARNING "CPR_FORCE_USE_SYSTEM_CURL is set to ${CPR_FORCE_USE_SYSTEM_CURL} by the user")
4545
endif()
4646
endif()
4747

0 commit comments

Comments
 (0)