From d5055300e28b191ea8ba2e4dceab12a74606e898 Mon Sep 17 00:00:00 2001 From: castano Date: Sat, 5 Jul 2008 09:09:23 +0000 Subject: [PATCH] Require cmake 2.6.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f1e86c..1a7e4b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.4.0) +CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0) PROJECT(NV) ENABLE_TESTING()