Skip to content

Commit 848c4e8

Browse files
authored
Merge pull request #3602 from martin-frbg/fixup3600
Fix missing braces from previous commit (PR3600)
2 parents bef3871 + 74dba0c commit 848c4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
66
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fno-tree-vectorize")
77
endif()
88
if (CMAKE_Fortran_COMPILER_ID STREQUAL Flang)
9-
set(CMAKE_Fortran_FLAGS "$CMAKE_Fortran_FLAGS -O2")
9+
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -O2")
1010
endif()
1111

1212
if (BUILD_SINGLE)

0 commit comments

Comments
 (0)