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 accf4df commit cd6dd7bCopy full SHA for cd6dd7b
CMakeLists.txt
@@ -21,8 +21,8 @@ cmake_policy(SET CMP0042 NEW)
21
# Enable support for MSVC_RUNTIME_LIBRARY
22
cmake_policy(SET CMP0091 NEW)
23
24
-# Check if VERSION is provided externally, otherwise default to 5.0.3
25
-if(NOT DEFINED PROJECT_VERSION)
+# Check if VERSION is provided externally, otherwise default to 5.0.6
+if(NOT DEFINED PROJECT_VERSION OR PROJECT_VERSION STREQUAL "")
26
set(PROJECT_VERSION "5.0.6")
27
endif()
28
0 commit comments