From: Diane Trout Date: Fri, 28 Jul 2006 19:57:44 +0000 (+0000) Subject: Since building with cmake 2.2 didn't work up the required version X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=3f7a56fc92c29d76070dbdf991ba92f307c7fddc Since building with cmake 2.2 didn't work up the required version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2273df0..d94df48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)