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 6b7ae0d commit eb8461dCopy full SHA for eb8461d
cmake/CPM.cmake
@@ -42,7 +42,7 @@ if(NOT COMMAND cpm_message)
42
endfunction()
43
endif()
44
45
-if(${PROJECT_NAME} STREQUAL "CPM" AND CPM_RELEASE)
+if("${PROJECT_NAME}" STREQUAL "CPM" AND CPM_RELEASE)
46
set(CURRENT_CPM_VERSION "${PROJECT_VERSION}")
47
else()
48
set(CURRENT_CPM_VERSION 1.0.0-development-version)
0 commit comments