From: Cezary Czaplewski Date: Tue, 26 Sep 2017 16:16:02 +0000 (+0200) Subject: cmake config typo X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;ds=sidebyside;h=148ec6f6cb1015ce2b9e36ebcb0a6d346b390a5f;hp=9f404689ffc3f2973cd1ca4f6711cb955a6867af;p=unres.git cmake config typo --- diff --git a/source/wham/src/CMakeLists.txt b/source/wham/src/CMakeLists.txt index a6eddcf..9ab4a82 100644 --- a/source/wham/src/CMakeLists.txt +++ b/source/wham/src/CMakeLists.txt @@ -98,7 +98,6 @@ if (Fortran_COMPILER_NAME STREQUAL "ifort") set(FFLAGS0 "-mcmodel=medium -shared-intel -I. -I${CMAKE_CURRENT_SOURCE_DIR}/include_unres" ) elseif (Fortran_COMPILER_NAME STREQUAL "gfortran") set(FFLAGS0 "-std=legacy -mcmodel=medium -I. -I${CMAKE_CURRENT_SOURCE_DIR}/include_unres" ) -a else () set(FFLAGS0 " -I. -I${CMAKE_CURRENT_SOURCE_DIR}/include_unres" ) endif (Fortran_COMPILER_NAME STREQUAL "ifort")