CMake file for xdrf library
[unres.git] / CMakeLists.txt
index 631ddb6..329c3ae 100644 (file)
@@ -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)