Skip to content

Commit 2523307

Browse files
committed
cmake max version 3.22
1 parent b219310 commit 2523307

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.20...3.21)
1+
cmake_minimum_required(VERSION 3.20...3.22)
22

33
get_property(is_multi_config GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
44
if(NOT is_multi_config AND NOT (CMAKE_BUILD_TYPE OR DEFINED ENV{CMAKE_BUILD_TYPE}))

Examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.15...3.20)
1+
cmake_minimum_required(VERSION 3.20...3.22)
22

33
project(h5fortranExample
44
LANGUAGES C CXX Fortran)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.5
1+
4.2.6

0 commit comments

Comments
 (0)