We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bef3871 + 74dba0c commit 848c4e8Copy full SHA for 848c4e8
test/CMakeLists.txt
@@ -6,7 +6,7 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
6
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fno-tree-vectorize")
7
endif()
8
if (CMAKE_Fortran_COMPILER_ID STREQUAL Flang)
9
- set(CMAKE_Fortran_FLAGS "$CMAKE_Fortran_FLAGS -O2")
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -O2")
10
11
12
if (BUILD_SINGLE)
0 commit comments