summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2016-12-30 16:31:05 +0100
committerChristian Beier <dontmind@freeshell.org>2016-12-30 16:31:05 +0100
commitf52c92003d429b9afe29bf198b509cfddbd70959 (patch)
tree5bfd0324a1007a1e5e7fb692023313e77d0ed7db
parenta9cf593faba763477c7ee51ed98f3eced358978e (diff)
downloadlibtdevnc-f52c9200.tar.gz
libtdevnc-f52c9200.zip
CMake: CMP0037 requires CMake 3.0.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f50e84e..6b350c4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0037 NEW)
project(LibVNCServer)