cmake: Require modern cmake version
authorAndreas Schneider <asn@samba.org>
Mon, 10 Sep 2018 06:34:03 +0000 (08:34 +0200)
committerAndreas Schneider <asn@samba.org>
Tue, 23 Oct 2018 13:38:53 +0000 (15:38 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
CMakeLists.txt

index 16cf6e5769b28ff0efa77440a1231b9c8684e0cf..35527f12b794f9b593bd0cb5ea02080b0b838dd6 100644 (file)
@@ -1,5 +1,5 @@
 # Required cmake version
-cmake_minimum_required(VERSION 2.8.5)
+cmake_minimum_required(VERSION 3.5.0)
 cmake_policy(SET CMP0048 NEW)
 
 # Specify search path for CMake modules to be loaded by include()