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)
7373
7474if (UNIX )
7575 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" )
7777 endif ()
7878 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" )
8080 endif ()
8181# Delete libmtsk in linking sequence for Sun/Oracle Fortran Compiler.
8282# This library is not present in the Sun package SolarisStudio12.3-linux-x86-bin
@@ -443,4 +443,4 @@ install(FILES
443443 DESTINATION ${CMAKE_INSTALL_LIBDIR} /cmake/lapack-${LAPACK_VERSION}
444444 COMPONENT Development
445445 )
446-
446+
You can’t perform that action at this time.
0 commit comments