X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2FCMakeLists.txt;fp=source%2Funres%2Fsrc_CSA%2FCMakeLists.txt;h=c9be577104cf9462129c0c9da4df25f9e17554ee;hb=f96c75f8bf670572fd73c8ecb2695dfb06697fd8;hp=a9f22fa62e8aecf8232f2752f0bf3b3005ad6e4a;hpb=b0afc942699ed3c410a4b648c0cd8f51612c8a5a;p=unres.git diff --git a/source/unres/src_CSA/CMakeLists.txt b/source/unres/src_CSA/CMakeLists.txt index a9f22fa..c9be577 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 "-cpp -c -I. ") + set(FFLAGS1 "-cpp -c -g -I. " ) + set(FFLAGS2 "-cpp -c -I. ") #set(FFLAGS3 "-c -w -O3 -ipo -ipo_obj -opt_report" ) - set(FFLAGS3 "-c -I. " ) + set(FFLAGS3 "-cpp -c -I. " ) endif (Fortran_COMPILER_NAME STREQUAL "ifort")