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

index 8f25ae4..aeda483 100644 (file)
@@ -85,6 +85,8 @@ if(Fortran_COMPILER_NAME STREQUAL "ifort")
   set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng.f ) 
 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 )
 else()
   set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng_32.F )
 endif (Fortran_COMPILER_NAME STREQUAL "ifort")