Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/testers/export_test.coarray/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.22...3.29)
cmake_minimum_required(VERSION 3.24...3.29)

project(export_test LANGUAGES Fortran)

Expand Down Expand Up @@ -26,4 +26,4 @@ else ()
pkg_check_modules(testproject REQUIRED IMPORTED_TARGET testproject)
add_library(TestProject::testproject ALIAS PkgConfig::testproject)
endif ()
add_subdirectory(app)
add_subdirectory(app)
4 changes: 2 additions & 2 deletions test/testers/export_test.mpi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.22...3.29)
cmake_minimum_required(VERSION 3.24...3.29)

project(export_test LANGUAGES Fortran)

Expand All @@ -13,4 +13,4 @@ else ()
pkg_check_modules(testproject REQUIRED IMPORTED_TARGET testproject)
add_library(TestProject::testproject ALIAS PkgConfig::testproject)
endif ()
add_subdirectory(app)
add_subdirectory(app)
4 changes: 2 additions & 2 deletions test/testers/export_test.serial/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.22...3.29)
cmake_minimum_required(VERSION 3.24...3.29)

project(export_test LANGUAGES Fortran)

Expand All @@ -11,4 +11,4 @@ else ()
pkg_check_modules(testproject REQUIRED IMPORTED_TARGET testproject)
add_library(TestProject::testproject ALIAS PkgConfig::testproject)
endif ()
add_subdirectory(app)
add_subdirectory(app)
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Basic project definition #
]=============================================================================]

cmake_minimum_required(VERSION 3.22...3.29)
cmake_minimum_required(VERSION 3.24...3.29)

list(APPEND CMAKE_MESSAGE_CONTEXT {{cookiecutter.project_name}})

Expand Down