specify what version of cmake is required
authorDiane Trout <diane@caltech.edu>
Sat, 20 May 2006 01:11:25 +0000 (01:11 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 20 May 2006 01:11:25 +0000 (01:11 +0000)
CMakeLists.txt

index 851ed752513309a34a16674285a428725862eafd..b3d8fb2ffeb81cbc7a400033ad39216a0feb49d6 100644 (file)
@@ -1,6 +1,8 @@
 PROJECT(mussa)
 
 ENABLE_TESTING()
+CMAKE_MINIMUM_REQUIRED(VERSION 2.2)
+
 # try to include our cmake modules
 SET (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/makelib)