From aeff3314dc4ca0fecb18d57057fa1785d5877c13 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 7 Jun 2011 04:51:57 +0000 Subject: [PATCH] CMake 2.8 is necessary in order to properly detect and configure GnuTLS. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4470 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5415ec0..94b05b91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Setup # -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8) # Internal cmake modules set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) -- 2.39.5