Skip to content

Commit eeb0199

Browse files
committed
cmake: disabled unused test to save configure time
1 parent 99c671e commit eeb0199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ endif()
4343

4444
# --- compiler feature checks
4545
include(CheckFortranSourceCompiles)
46-
include(CheckFortranSourceRuns)
47-
check_fortran_source_runs("i=0; error stop i; end" f18errorstop)
46+
# include(CheckFortranSourceRuns)
47+
# check_fortran_source_runs("i=0; error stop i; end" f18errorstop)
4848
check_fortran_source_compiles("real, allocatable :: array(:, :, :, :, :, :, :, :, :, :); end" f03rank SRC_EXT f90)
49-
check_fortran_source_runs("use, intrinsic :: iso_fortran_env, only : real128; real(real128) :: x; x = x+1; end" f03real128)
49+
# check_fortran_source_runs("use, intrinsic :: iso_fortran_env, only : real128; real(real128) :: x; x = x+1; end" f03real128)
5050

5151
if(NOT DEFINED CMAKE_MAXIMUM_RANK)
5252
set(CMAKE_MAXIMUM_RANK 4 CACHE STRING "Maximum array rank for generated procedures")

0 commit comments

Comments
 (0)