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 a0663be commit fa5058cCopy full SHA for fa5058c
cmake/CPM.cmake
@@ -42,7 +42,7 @@ if(NOT COMMAND cpm_message)
42
endfunction()
43
endif()
44
45
-if(DEFINED CPM_VERSION)
+if(DEFINED CPM_VERSION AND CPM_RELEASE)
46
set(CURRENT_CPM_VERSION "${CPM_VERSION}${CPM_DEVELOPMENT}")
47
else()
48
set(CURRENT_CPM_VERSION 1.0.0-development-version)
0 commit comments