Skip to content

Commit 00d9c08

Browse files
disable Fortran by default
1 parent a0fc810 commit 00d9c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake_modules/SuiteSparsePolicy.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# This will require SUITESPARSE_C_TO_FORTRAN to be
7171
# defined explicitly, if the defaults are not appropriate
7272
# for your system.
73-
# Default: ON
73+
# Default: OFF
7474
#
7575
# SUITESPARSE_PKGFILEDIR: Directory where CMake Config and pkg-config files
7676
# will be installed. By default, CMake Config files will
@@ -286,7 +286,7 @@ endif ( )
286286
#-------------------------------------------------------------------------------
287287

288288
include ( CheckLanguage )
289-
option ( SUITESPARSE_USE_FORTRAN "ON (default): use Fortran. OFF: do not use Fortran" ON )
289+
option ( SUITESPARSE_USE_FORTRAN "ON: use Fortran. OFF (default): do not use Fortran" OFF )
290290
if ( SUITESPARSE_USE_FORTRAN )
291291
check_language ( Fortran )
292292
if ( CMAKE_Fortran_COMPILER )

0 commit comments

Comments
 (0)