prng and not prng_32 for gfortran
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Sat, 16 Feb 2013 06:10:05 +0000 (07:10 +0100)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Sat, 16 Feb 2013 06:10:05 +0000 (07:10 +0100)
source/unres/src_MD/CMakeLists.txt

index aeda483..a0353f4 100644 (file)
@@ -87,6 +87,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")