Revert "CMake: quiet warnings with 3.0"

This reverts commit da7bdf1b47.

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? ;)
This commit is contained in:
Dalai Felinto 2014-06-11 02:39:16 -03:00
parent 6a18b0f6bf
commit a08275c86a
1 changed files with 0 additions and 2 deletions

View File

@ -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")