X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=de9672a26582b6e2c6b1d47fdeaf942f6c53d9e2;hb=bc23440fbe68672d430f71f22f46b11265f003db;hp=de3836dd45f7d2d53fad44f0fad8b4577487ee46;hpb=a01e4f4abfd7680ce30209afd6cab5d52532a55f;p=unres4.git diff --git a/CMakeLists.txt b/CMakeLists.txt index de3836d..de9672a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,8 +114,8 @@ set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/bin" CACHE PATH "Binary install di # Set force field if (NOT UNRES_FF) - set(UNRES_MD_FF "GAB" CACHE STRING "Choose the force field, options are: GAB E0LL2Y" ) - set_property(CACHE UNRES_MD_FF PROPERTY STRINGS "GAB" "E0LL2Y") + set(UNRES_MD_FF "GAB" CACHE STRING "Choose the force field, options are: GAB E0LL2Y NEWCORR" ) + set_property(CACHE UNRES_MD_FF PROPERTY STRINGS "GAB" "E0LL2Y NEWCORR") endif (NOT UNRES_FF) # Use of MPI library (default ON)