From c4ad405d9d265313af0403d6c1cedcb21271ad5f Mon Sep 17 00:00:00 2001 From: Marian Krivos Date: Fri, 5 Aug 2011 16:23:43 +0000 Subject: [PATCH] trunk: cmake min version bump to 2.8.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fedaa701..74db32235 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(Poco) -cmake_minimum_required(VERSION 2.6.0) +cmake_minimum_required(VERSION 2.8.0) set(CPACK_PACKAGE_VERSION_MAJOR "1") set(CPACK_PACKAGE_VERSION_MINOR "4")