We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a19f40f + fd873e9 commit ad2d865Copy full SHA for ad2d865
1 file changed
CMakeLists.txt
@@ -193,7 +193,7 @@ message(STATUS "Link with: ${NAPI_LINK_LIBS}")
193
if(ENABLE_FORTRAN90 OR ENABLE_FORTRAN77)
194
enable_language(Fortran)
195
196
- set(CMAKE_Fortran_FLAGS ${CMAKE_Fortran_FLAGS} "-Wall -fbacktrace -pedantic -fcheck=all -Wextra")
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -Wall -fbacktrace -pedantic -fcheck=all -Wextra")
197
message(STATUS ${CMAKE_Fortran_FLAGS})
198
endif()
199
0 commit comments