From ff3cf93405e63fa367f64412bcfe96b382b24b38 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 9 Nov 2015 23:21:20 +1100 Subject: Increase CMake minimum version to 3.0 This allows us to use newer features of CMake, and less hassles having to test & support older versions. --- intern/ghost/test/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'intern/ghost/test') diff --git a/intern/ghost/test/CMakeLists.txt b/intern/ghost/test/CMakeLists.txt index e1475966d47..00136dc8327 100644 --- a/intern/ghost/test/CMakeLists.txt +++ b/intern/ghost/test/CMakeLists.txt @@ -1,8 +1,5 @@ -cmake_policy(SET CMP0003 NEW) -cmake_policy(SET CMP0005 NEW) - -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.0.0) list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../..//build_files/cmake/Modules") -- cgit v1.2.3