X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2FCMakeLists.txt;h=89cb6a18e0a12f574701c6d5dde4a8af61d42d15;hb=9bb39cbefdf28fb4a9bd465a24632eecef10410d;hp=e5adc0253b6f0700a728a0ef676b49ea5d359445;hpb=bbd4e14f248304c239adb46a64e66a2f6dfeb191;p=unres.git diff --git a/source/unres/src_CSA/CMakeLists.txt b/source/unres/src_CSA/CMakeLists.txt index e5adc02..89cb6a1 100644 --- a/source/unres/src_CSA/CMakeLists.txt +++ b/source/unres/src_CSA/CMakeLists.txt @@ -52,6 +52,7 @@ set(UNRES_CSA_SRC0 ran.f readpdb.F readrtns_csa.F + refsys.f rescode.f rmdd.f rmsd.F @@ -109,10 +110,9 @@ 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 "-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(FFLAGS0 "-std=legacy -cpp -c -I. ") + set(FFLAGS1 "-std=legacy -cpp -c -g -I. " ) + set(FFLAGS2 "-std=legacy -cpp -c -I. ") set(FFLAGS3 "-cpp -c -I. " ) endif (Fortran_COMPILER_NAME STREQUAL "ifort")