Skip to content

Commit 4d6c3bf

Browse files
committed
edit openmp_off flag name
1 parent 1a25d8a commit 4d6c3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ endif()
128128
# of files with standard compiler flags, and assign no-OpenMP flags
129129
if(SCHEMES_OPENMP_OFF)
130130
SET_PROPERTY(SOURCE ${SCHEMES_OPENMP_OFF}
131-
APPEND_STRING PROPERTY COMPILE_FLAGS " ${CMAKE_Fortran_FLAGS_RTERRTMGP}")
131+
APPEND_STRING PROPERTY COMPILE_FLAGS " ${CMAKE_Fortran_FLAGS_OPENMP_OFF}")
132132
list(REMOVE_ITEM SCHEMES ${SCHEMES_OPENMP_OFF})
133133
endif()
134134

0 commit comments

Comments
 (0)