File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.2 )
1
+ cmake_minimum_required (VERSION 3.6 )
2
2
3
3
project (LAPACK Fortran C )
4
4
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.2 )
1
+ cmake_minimum_required (VERSION 3.6 )
2
2
project (TIMING Fortran )
3
3
add_executable (secondtst_NONE second_NONE.f secondtst.f )
4
4
add_executable (secondtst_EXT_ETIME second_EXT_ETIME.f secondtst.f )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.2 )
1
+ cmake_minimum_required (VERSION 3.6 )
2
2
project (MANGLING C Fortran )
3
3
4
4
add_executable (xintface Fintface.f Cintface.c )
Original file line number Diff line number Diff line change 4
4
## HINTS: ctest -Ddashboard_model=Nightly -S $(pwd)/lapack/lapack_build.cmake
5
5
##
6
6
7
- cmake_minimum_required (VERSION 3.2 )
7
+ cmake_minimum_required (VERSION 3.6 )
8
8
###################################################################
9
9
# The values in this section must always be provided
10
10
###################################################################
@@ -249,5 +249,3 @@ ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
249
249
message (" Submit" )
250
250
ctest_submit (RETURN_VALUE res )
251
251
message (" All done" )
252
-
253
-
You can’t perform that action at this time.
0 commit comments