Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684ba7a commit 096d402Copy full SHA for 096d402
build/cmake_package_files/CppUTestConfigVersion.cmake
@@ -7,14 +7,14 @@
7
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
8
# but only if the requested major version is the same as the current one.
9
# The variable CVF_VERSION must be set before calling configure_file().
10
-set(PACKAGE_VERSION "3.8")
+set(PACKAGE_VERSION "4.0")
11
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
12
set(PACKAGE_VERSION_COMPATIBLE FALSE)
13
else()
14
- if("3.8" MATCHES "^([0-9]+)\\.")
+ if("4.0" MATCHES "^([0-9]+)\\.")
15
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
16
17
- set(CVF_VERSION_MAJOR "3.8")
+ set(CVF_VERSION_MAJOR "4.0")
18
endif()
19
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
20
set(PACKAGE_VERSION_COMPATIBLE TRUE)
0 commit comments