From a8c2713499fdfa9abad31a464285ab6ae56bfdd4 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Sat, 20 May 2006 01:11:25 +0000 Subject: [PATCH] specify what version of cmake is required --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2