From b5f2442ba92fca35b65663059c025eb00f2219b4 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 21 Jun 2004 12:48:02 -0400 Subject: [PATCH] change minimum cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5d3104b0..35b645f0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(CMake) -CMAKE_MINIMUM_REQUIRED(VERSION 1.6) +CMAKE_MINIMUM_REQUIRED(VERSION 1.8) MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY) # The CMake version number.