Skip to content

Commit

Permalink
CMake: fix cmake_minimum_required() warning
Browse files Browse the repository at this point in the history
Update kwsys and mchecksum dependencies
  • Loading branch information
soumagne committed Jun 5, 2024
1 parent 6966727 commit 74d427b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12.2 FATAL_ERROR)
cmake_minimum_required(VERSION 2.8.12.2...3.15 FATAL_ERROR)

# Setup cmake policies.
foreach(policy
Expand Down
2 changes: 1 addition & 1 deletion Examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12.2 FATAL_ERROR)
cmake_minimum_required(VERSION 2.8.12.2...3.15 FATAL_ERROR)
project(MercuryExamples C)

#------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Testing/script/mercury_common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# set(ENV{FC} /path/to/fc) # Fortran compiler (optional)
# set(ENV{LD_LIBRARY_PATH} /path/to/vendor/lib) # (if necessary)

cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
cmake_minimum_required(VERSION 2.8.12.2...3.15 FATAL_ERROR)

if(NOT DEFINED dashboard_full)
set(dashboard_full TRUE)
Expand Down
2 changes: 1 addition & 1 deletion src/mchecksum

0 comments on commit 74d427b

Please sign in to comment.