From a08275c86a86e46aad379d9ee9b97d397db924af Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 11 Jun 2014 02:39:16 -0300 Subject: [PATCH] Revert "CMake: quiet warnings with 3.0" This reverts commit da7bdf1b47d4490c1a6f35740a9392cb9b5dd42e. This broke compilation in OSX and some Linux boxes. Error: Policy "CMP0043" is not known to this version of CMake Shall we leave those for after RC (or even 2.71) is out? ;) --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e862afd4785..738518235d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,8 +46,6 @@ 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")