Skip to content

Commit 3779be8

Browse files
author
Damian Rouson
committed
F2008 submodule support: set cmake min ver 3.10
1 parent a2548d1 commit 3779be8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cmake_minimum_required(VERSION 3.4)
1+
cmake_minimum_required(VERSION 3.10)
22

3-
cmake_policy(VERSION 3.4...3.12)
3+
cmake_policy(VERSION 3.10...3.12)
44

55
# Set the type/configuration of build to perform
66
set ( CMAKE_CONFIGURATION_TYPES "Debug" "Release" "MinSizeRel" "RelWithDebInfo" "CodeCoverage" )

prerequisites/build-functions/set_or_print_default_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set_or_print_default_version()
2626
# denominator because, for licensing reasons, OS X only has bash 3 by default.)
2727
# See http://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash
2828
package_version=(
29-
"cmake:3.4.0"
29+
"cmake:3.10.0"
3030
"gcc:8.2.0"
3131
"mpich:3.2"
3232
"wget:1.16.3"

0 commit comments

Comments
 (0)