Skip to content

Commit feed6a7

Browse files
authored
CMake: Disable TEST_FORTRAN_COMPILER
Closes #757
1 parent ca40397 commit feed6a7

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)