We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e807 commit ac26c7cCopy full SHA for ac26c7c
1 file changed
CMakeLists.txt
@@ -73,10 +73,10 @@ include(PreventInBuildInstalls)
73
74
if(UNIX)
75
if(CMAKE_Fortran_COMPILER_ID STREQUAL Intel)
76
- list(APPEND CMAKE_Fortran_FLAGS -fp-model strict)
+ list(APPEND CMAKE_Fortran_FLAGS "-fp-model strict")
77
endif()
78
if(CMAKE_Fortran_COMPILER_ID STREQUAL XL)
79
- list(APPEND CMAKE_Fortran_FLAGS -qnosave -qstrict=none)
+ list(APPEND CMAKE_Fortran_FLAGS "-qnosave -qstrict=none")
80
81
# Delete libmtsk in linking sequence for Sun/Oracle Fortran Compiler.
82
# This library is not present in the Sun package SolarisStudio12.3-linux-x86-bin
@@ -443,4 +443,4 @@ install(FILES
443
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/lapack-${LAPACK_VERSION}
444
COMPONENT Development
445
)
446
-
+
0 commit comments