Skip to content

Commit 5fae1ae

Browse files
committed
Bump CMake required version to 3.5.2
1 parent b38e34e commit 5fae1ae

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/source/Installing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ autotools build.
8282

8383
- @ref mach_walkthrough
8484

85-
To configure the build, PIO requires CMake version 2.8.12+. The typical
85+
To configure the build, PIO requires CMake version 3.5.2+. The typical
8686
configuration with CMake can be done as follows:
8787

8888
> CC=mpicc FC=mpif90 cmake [-DOPTION1=value1 -DOPTION2=value2 ...] /path/to/pio/source

src/clib/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 2.8.12)
1+
cmake_minimum_required (VERSION 3.5.2)
22
include (CheckFunctionExists)
33
project (PIOC C)
44

src/flib/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 2.8.12)
1+
cmake_minimum_required (VERSION 3.5.2)
22
project (PIOF Fortran)
33
include (CheckFunctionExists)
44
include (ExternalProject)

src/gptl/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 2.8.12)
1+
cmake_minimum_required (VERSION 3.5.2)
22
project (GPTL C Fortran)
33
include (CheckFunctionExists)
44
include (FortranCInterface)

tests/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 2.8.12)
1+
cmake_minimum_required (VERSION 3.5.2)
22
project (PIOTests C Fortran)
33

44
#==============================================================================

0 commit comments

Comments
 (0)