We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8daa971 + 0acfebe commit fd873e9Copy full SHA for fd873e9
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