Since building with cmake 2.2 didn't work up the required version
authorDiane Trout <diane@caltech.edu>
Fri, 28 Jul 2006 19:57:44 +0000 (19:57 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 28 Jul 2006 19:57:44 +0000 (19:57 +0000)
CMakeLists.txt

index 2273df0dffb7fe38bc3555de3a68199e51c935e4..d94df4864d7351d402799656165dcee5554769c6 100644 (file)
@@ -1,7 +1,7 @@
 PROJECT(mussa)
 
 ENABLE_TESTING()
-CMAKE_MINIMUM_REQUIRED(VERSION 2.2)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
 # try to include our cmake modules
 SET (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/makelib)