From da7bdf1b47d4490c1a6f35740a9392cb9b5dd42e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 11 Jun 2014 13:46:19 +1000 Subject: CMake: quiet warnigns with 3.0 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 738518235d5..e862afd4785 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,8 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) endif() cmake_minimum_required(VERSION 2.8) +# keep until CMake-3.0 is min requirement +cmake_policy(SET CMP0043 OLD) if(NOT EXECUTABLE_OUTPUT_PATH) set(FIRST_RUN "TRUE") -- cgit v1.2.3