From 0eb9c01f148705ab27c3f45157e942b1e497cca1 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 23 Sep 2004 08:20:46 -0400 Subject: [PATCH] ENH: make sure cmake has 2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66556a4e7..5507ee353 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(CMake) -CMAKE_MINIMUM_REQUIRED(VERSION 1.8) +CMAKE_MINIMUM_REQUIRED(VERSION 2.0) MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY) # The CMake version number.