Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2014-06-11 09:39:16 +0400
committerDalai Felinto <dfelinto@gmail.com>2014-06-11 09:39:16 +0400
commita08275c86a86e46aad379d9ee9b97d397db924af (patch)
tree6a8ceaf171f815f19ddaefb02e46dfb98f81a343 /CMakeLists.txt
parent6a18b0f6bf4625bb074996f9f4fb588a16b8adad (diff)
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? ;)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 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")