Skip to content

Commit 52e4974

Browse files
Merge pull request #761 from jschueller/patch-3
CMake: Disable TEST_FORTRAN_COMPILER by default
2 parents 23587aa + feed6a7 commit 52e4974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if(_is_coverage_build)
4242
endif()
4343

4444
# By default test Fortran compiler complex abs and complex division
45-
option(TEST_FORTRAN_COMPILER "Test Fortran compiler complex abs and complex division" ON)
45+
option(TEST_FORTRAN_COMPILER "Test Fortran compiler complex abs and complex division" OFF)
4646
if( TEST_FORTRAN_COMPILER )
4747

4848
add_executable( test_zcomplexabs ${LAPACK_SOURCE_DIR}/INSTALL/test_zcomplexabs.f )

0 commit comments

Comments
 (0)