bug fix for vdwpp, vdwpp workin, wscp not working in PBC mode
[unres4.git] / CMakeLists.txt
index c3fb048..de3836d 100644 (file)
@@ -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 )
 
 
 #=================================
@@ -165,6 +166,10 @@ message("Detected ${architektura}-bit architecture")
 #=======================================     
 
 
+# order is important 
+# the most independent ones should go first
+
 add_subdirectory(source/xdrf)
 add_subdirectory(source/unres)
-
+add_subdirectory(source/wham)
+add_subdirectory(source/cluster)