File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ include(PreventInBuildInstalls)
73
73
74
74
if (UNIX )
75
75
if (CMAKE_Fortran_COMPILER_ID STREQUAL Intel )
76
- list (APPEND CMAKE_Fortran_FLAGS -fp-model strict )
76
+ list (APPEND CMAKE_Fortran_FLAGS " -fp-model strict" )
77
77
endif ()
78
78
if (CMAKE_Fortran_COMPILER_ID STREQUAL XL )
79
- list (APPEND CMAKE_Fortran_FLAGS -qnosave -qstrict=none )
79
+ list (APPEND CMAKE_Fortran_FLAGS " -qnosave -qstrict=none" )
80
80
endif ()
81
81
# Delete libmtsk in linking sequence for Sun/Oracle Fortran Compiler.
82
82
# This library is not present in the Sun package SolarisStudio12.3-linux-x86-bin
@@ -443,4 +443,4 @@ install(FILES
443
443
DESTINATION ${CMAKE_INSTALL_LIBDIR} /cmake/lapack-${LAPACK_VERSION}
444
444
COMPONENT Development
445
445
)
446
-
446
+
You can’t perform that action at this time.
0 commit comments