X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=de3836dd45f7d2d53fad44f0fad8b4577487ee46;hb=726ec392dd7f57d3faac20616e7701620d0454f2;hp=50165064c7874d3cb7495e3ad764c97be6dfd6a1;hpb=df0d15d1ab81e01e177d3d39354e72364b294e1c;p=unres4.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 5016506..de3836d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,8 +6,8 @@ cmake_minimum_required(VERSION 2.8) project(UNRESPACK Fortran C) set(UNRES_MAJOR 4) -set(UNRES_MINOR 0) -set(UNRES_PATCH 1) +set(UNRES_MINOR 1) +set(UNRES_PATCH 0) set(UNRES_VERSION ${UNRES_MAJOR}.${UNRES_MINOR}.${UNRES_PATCH}) #====================================== @@ -121,6 +121,7 @@ endif (NOT UNRES_FF) # Use of MPI library (default ON) option(UNRES_WITH_MPI "Choose whether or not to use MPI library" ON ) +option(UNRES_NEWGRAD "Choose whether or not to use NEWGRAD" OFF ) #================================= @@ -171,4 +172,4 @@ message("Detected ${architektura}-bit architecture") add_subdirectory(source/xdrf) add_subdirectory(source/unres) add_subdirectory(source/wham) -#add_subdirectory(source/cluster) +add_subdirectory(source/cluster)