From: Diane Trout Date: Sat, 20 May 2006 01:11:25 +0000 (+0000) Subject: specify what version of cmake is required X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=a8c2713499fdfa9abad31a464285ab6ae56bfdd4 specify what version of cmake is required --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 851ed75..b3d8fb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)