From 3f7a56fc92c29d76070dbdf991ba92f307c7fddc Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 28 Jul 2006 19:57:44 +0000 Subject: [PATCH] Since building with cmake 2.2 didn't work up the required version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2