From: DRC Date: Tue, 7 Jun 2011 04:51:57 +0000 (+0000) Subject: CMake 2.8 is necessary in order to properly detect and configure GnuTLS. X-Git-Tag: v1.1.90~310 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aeff3314dc4ca0fecb18d57057fa1785d5877c13;p=tigervnc.git 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 --- 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)