We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d8dca commit 3aba241Copy full SHA for 3aba241
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")
+ string(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")
+ string(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
0 commit comments