Skip to content

Commit

Permalink
Consistently set minimum required CMake version to 3.22 across ESMX.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Jul 13, 2023
1 parent f0448c2 commit 67ac057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/addon/ESMX/Comps/ESMX_Data/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.19)
cmake_minimum_required(VERSION 3.22)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
find_package(ESMF 8.5.0 MODULE REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion src/addon/ESMX/Driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21)
cmake_minimum_required(VERSION 3.22)

# load packages and modules
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)
Expand Down

0 comments on commit 67ac057

Please sign in to comment.