X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=329c3ae03f48d75a0f9d759411dbb855da6ea4c8;hb=9908061af10bd3dc61c19f73807d9771106573a4;hp=631ddb66b7592a25a5d89bbd422502fdbf99ea43;hpb=4dd6545a13d055f8b951dd893270dc722212dd60;p=unres.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 631ddb6..329c3ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # cmake_minimum_required(VERSION 2.8) -project(unrespack C Fortran) +project(unrespack Fortran C) set(UNRES_MAJOR 3) set(UNRES_MINOR 1) set(UNRES_PATCH 0) @@ -21,7 +21,7 @@ endif (NOT CMAKE_BUILD_TYPE) # Set the force field if (NOT UNRES_FF) - set(UNRES_FF "GAB" "E0LL2Y" CACHE STRING "Choose the force field, options are: GAB E0LL2Y " ) + set(UNRES_FF "GAB" "E0LL2Y" CACHE STRING "Choose the force field, options are: GAB E0LL2Y" ) #message ( "Please set the Force field (UNRES_FF) to : GAB, 0ELE" ) endif (NOT UNRES_FF)