X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD%2FCMakeLists.txt;h=df8ace6c81d21728b79afc65bb3a7d051e6e63f9;hb=c3d632cf84fd647434c093cb3fd69ea605293f75;hp=aeda48384e26f734214976bd638a2ff05e061f7b;hpb=45c515fb64857c3bfb3a6210100dfa4aad620bb5;p=unres.git diff --git a/source/unres/src_MD/CMakeLists.txt b/source/unres/src_MD/CMakeLists.txt index aeda483..df8ace6 100644 --- a/source/unres/src_MD/CMakeLists.txt +++ b/source/unres/src_MD/CMakeLists.txt @@ -79,6 +79,7 @@ set(UNRES_MD_SRC0 thread.F unres.F ssMD.F + dfa.F ) if(Fortran_COMPILER_NAME STREQUAL "ifort") @@ -87,6 +88,8 @@ elseif(Fortran_COMPILER_NAME STREQUAL "mpif90") set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng.f ) elseif(Fortran_COMPILER_NAME STREQUAL "f95") set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng.f ) +elseif(Fortran_COMPILER_NAME STREQUAL "gfortran") + set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng.f ) else() set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng_32.F ) endif (Fortran_COMPILER_NAME STREQUAL "ifort")