X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA_DiL%2FCMakeLists.txt;h=04fb4bba1ce5f5832dd67ffb68e7f428a9fbb297;hb=f1441632743130def14d9cae33f8ede6a1deb378;hp=b394f5cfec0d1f3f4faaaab7c05d04f5e790628f;hpb=265eaae50a6395a702b10f889dd23a863e4bf1cf;p=unres.git diff --git a/source/unres/src_CSA_DiL/CMakeLists.txt b/source/unres/src_CSA_DiL/CMakeLists.txt index b394f5c..04fb4bb 100644 --- a/source/unres/src_CSA_DiL/CMakeLists.txt +++ b/source/unres/src_CSA_DiL/CMakeLists.txt @@ -52,6 +52,7 @@ set(UNRES_CSA_DiL_SRC0 ran.f readpdb.F readrtns_csa.F + refsys.f rescode.f rmdd.f rmsd.F @@ -109,11 +110,10 @@ 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(FFLAGS3 "-cpp -c -I. " ) + set(FFLAGS0 "-std=legacy -cpp -c -I. ") + set(FFLAGS1 "-std=legacy -cpp -c -g -I. " ) + set(FFLAGS2 "-std=legacy -cpp -c -I. ") + set(FFLAGS3 "-std=legacy -cpp -c -I. " ) endif (Fortran_COMPILER_NAME STREQUAL "ifort")