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.
1 parent 58fc919 commit 4cf503cCopy full SHA for 4cf503c
src/ecwam/CMakeLists.txt
@@ -450,6 +450,7 @@ ecwam_target_compile_definitions_FILENAME( ${ecwam} )
450
451
if( CMAKE_Fortran_COMPILER_ID MATCHES Intel )
452
set_source_files_properties( mubuf.F90 PROPERTIES COMPILE_OPTIONS "-fp-model;strict" )
453
+ set_source_files_properties( propconnect.F90 PROPERTIES COMPILE_OPTIONS "-fp-model;strict" )
454
elseif( CMAKE_Fortran_COMPILER_ID MATCHES GNU )
455
set_source_files_properties( mubuf.F90 PROPERTIES COMPILE_OPTIONS "-ffp-contract=off" )
456
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "PGI|NVHPC")
0 commit comments