File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
288288include ( 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 )
290290if ( SUITESPARSE_USE_FORTRAN )
291291 check_language ( Fortran )
292292 if ( CMAKE_Fortran_COMPILER )
You can’t perform that action at this time.
0 commit comments