File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
build/cmake_package_files Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
8
8
# but only if the requested major version is the same as the current one.
9
9
# The variable CVF_VERSION must be set before calling configure_file().
10
- set (PACKAGE_VERSION "3.8 " )
10
+ set (PACKAGE_VERSION "4.0 " )
11
11
if (PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION )
12
12
set (PACKAGE_VERSION_COMPATIBLE FALSE )
13
13
else ()
14
- if ("3.8 " MATCHES "^([0-9]+)\\ ." )
14
+ if ("4.0 " MATCHES "^([0-9]+)\\ ." )
15
15
set (CVF_VERSION_MAJOR "${CMAKE_MATCH_1} " )
16
16
else ()
17
- set (CVF_VERSION_MAJOR "3.8 " )
17
+ set (CVF_VERSION_MAJOR "4.0 " )
18
18
endif ()
19
19
if (PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR )
20
20
set (PACKAGE_VERSION_COMPATIBLE TRUE )
You can’t perform that action at this time.
0 commit comments