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 4130f0e + d0e20b2 commit 36327daCopy full SHA for 36327da
CMakeLists.txt
@@ -127,7 +127,7 @@ elseif(CMAKE_Fortran_COMPILER_ID STREQUAL "Intel" OR CMAKE_Fortran_COMPILER_ID S
127
endif()
128
# When compiling with Intel and not on Windows apply -no-wrap-margin.
129
if (NOT(WIN32))
130
- target_compile_definitions(fds PRIVATE -no-wrap-margin)
+ target_compile_options(fds PRIVATE -no-wrap-margin)
131
132
133
0 commit comments