File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
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 )
22project (TIMING Fortran)
33add_executable (secondtst_NONE second_NONE.f secondtst.f)
44add_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 )
22project (MANGLING C Fortran)
33
44add_executable (xintface Fintface.f Cintface.c)
Original file line number Diff line number Diff line change 44## HINTS: ctest -Ddashboard_model=Nightly -S $(pwd)/lapack/lapack_build.cmake
55##
66
7- cmake_minimum_required (VERSION 3.2 )
7+ cmake_minimum_required (VERSION 3.6 )
88###################################################################
99# The values in this section must always be provided
1010###################################################################
@@ -249,5 +249,3 @@ ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
249249message (" Submit" )
250250ctest_submit (RETURN_VALUE res)
251251message (" All done" )
252-
253-
You can’t perform that action at this time.
0 commit comments