X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc%2FCMakeLists.txt;h=0de3d7126fc7abbc69ea04279cd9f7c5712ad390;hb=e11674c0a2345839beaea75df0a4c17f517e16c7;hp=8d9268314846926c220a89de7a49f43e18affc0a;hpb=af4a4affa5748ea444c1bd3c5af0bd5dac574dcd;p=unres.git diff --git a/source/wham/src/CMakeLists.txt b/source/wham/src/CMakeLists.txt index 8d92683..0de3d71 100644 --- a/source/wham/src/CMakeLists.txt +++ b/source/wham/src/CMakeLists.txt @@ -23,6 +23,7 @@ set(UNRES_WHAM_SRC0 cartprint.f chainbuild.f geomout.F + gnmr1.f icant.f intcor.f int_from_cart.f @@ -93,11 +94,7 @@ set(UNRES_WHAM_PP_SRC if (Fortran_COMPILER_NAME STREQUAL "ifort") set(FFLAGS0 "-mcmodel=medium -g -CB -I. -I${CMAKE_CURRENT_SOURCE_DIR}/include_unres" ) elseif (Fortran_COMPILER_NAME STREQUAL "gfortran") - set(FFLAGS0 "-c -I. " ) - set(FFLAGS1 "-c -g -I. " ) - set(FFLAGS2 "-c -I. ") - #set(FFLAGS3 "-c -w -O3 -ipo -ipo_obj -opt_report" ) - set(FFLAGS3 "-c -I. " ) + set(FFLAGS0 "-g -I. -I${CMAKE_CURRENT_SOURCE_DIR}/include_unres" ) endif (Fortran_COMPILER_NAME STREQUAL "ifort")