From 3880e630ab2782c5225fa8eb737fa84b4a56cf95 Mon Sep 17 00:00:00 2001 From: magestik Date: Tue, 19 Jan 2016 00:16:15 +0100 Subject: [PATCH] updated CMake minimum version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41dde6b..6728b24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0) +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) PROJECT(NV) ENABLE_TESTING()