diff options
| author | Christian Beier <dontmind@freeshell.org> | 2016-12-30 16:31:05 +0100 |
|---|---|---|
| committer | Christian Beier <dontmind@freeshell.org> | 2016-12-30 16:31:05 +0100 |
| commit | f52c92003d429b9afe29bf198b509cfddbd70959 (patch) | |
| tree | 5bfd0324a1007a1e5e7fb692023313e77d0ed7db | |
| parent | a9cf593faba763477c7ee51ed98f3eced358978e (diff) | |
| download | libtdevnc-f52c92003d429b9afe29bf198b509cfddbd70959.tar.gz libtdevnc-f52c92003d429b9afe29bf198b509cfddbd70959.zip | |
CMake: CMP0037 requires CMake 3.0.
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
