Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Mar 3, 2023
1 parent e45509a commit d13db5c
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 @@ -41,7 +41,7 @@ if(NOT USE_SYSTEM_CPR)
set(CPR_FORCE_USE_SYSTEM_CURL ON)
endif()
else()
message(WARNING "CPR_USE_SYSTEM_CURL is set to ${CPR_USE_SYSTEM_CURL} by the user")
message(WARNING "CPR_FORCE_USE_SYSTEM_CURL is set to ${CPR_FORCE_USE_SYSTEM_CURL} by the user")
endif()
endif()

Expand Down

0 comments on commit d13db5c

Please sign in to comment.