X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2FCMakeLists.txt;h=b3747b2669a7dc6a22aab1115dd01933310f837f;hb=5e253c8339a3477810ef73562d0b25a072536018;hp=3fd2b9bed558cfeafdfff665d24f90cf092db830;hpb=59ab5e0c945499e75ef200c756bd1f28df9c8f6c;p=unres.git diff --git a/source/unres/src_CSA/CMakeLists.txt b/source/unres/src_CSA/CMakeLists.txt index 3fd2b9b..b3747b2 100644 --- a/source/unres/src_CSA/CMakeLists.txt +++ b/source/unres/src_CSA/CMakeLists.txt @@ -110,11 +110,11 @@ if (Fortran_COMPILER_NAME STREQUAL "ifort") #set(FFLAGS3 "-c -w -O3 -ipo -ipo_obj -opt_report" ) set(FFLAGS3 "-c -w -ipo " ) elseif (Fortran_COMPILER_NAME STREQUAL "gfortran") - set(FFLAGS0 "-c -I. " ) - set(FFLAGS1 "-c -g -I. " ) - set(FFLAGS2 "-c -I. ") + set(FFLAGS0 "-c -cpp -I. " ) + set(FFLAGS1 "-c -cpp -g -I. " ) + set(FFLAGS2 "-c -cpp -I. ") #set(FFLAGS3 "-c -w -O3 -ipo -ipo_obj -opt_report" ) - set(FFLAGS3 "-c -I. " ) + set(FFLAGS3 "-c -cpp -I. " ) endif (Fortran_COMPILER_NAME STREQUAL "ifort")