File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ autotools build.
82
82
83
83
- @ref mach_walkthrough
84
84
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
86
86
configuration with CMake can be done as follows:
87
87
88
88
> CC=mpicc FC=mpif90 cmake [-DOPTION1=value1 -DOPTION2=value2 ...] /path/to/pio/source
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.12 )
1
+ cmake_minimum_required (VERSION 3.5.2 )
2
2
include (CheckFunctionExists )
3
3
project (PIOC C )
4
4
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.12 )
1
+ cmake_minimum_required (VERSION 3.5.2 )
2
2
project (PIOF Fortran )
3
3
include (CheckFunctionExists )
4
4
include (ExternalProject )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.12 )
1
+ cmake_minimum_required (VERSION 3.5.2 )
2
2
project (GPTL C Fortran )
3
3
include (CheckFunctionExists )
4
4
include (FortranCInterface )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.12 )
1
+ cmake_minimum_required (VERSION 3.5.2 )
2
2
project (PIOTests C Fortran )
3
3
4
4
#==============================================================================
You can’t perform that action at this time.
0 commit comments