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:
authorCampbell Barton <ideasman42@gmail.com>2014-06-11 07:46:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-11 07:46:19 +0400
commitda7bdf1b47d4490c1a6f35740a9392cb9b5dd42e (patch)
treedc62b16c058086f5de2a3f1dfbf8d7bc01e7d2c7
parentddf5ef04016a5a7e61a323771a631d9c5cb607db (diff)
CMake: quiet warnigns with 3.0
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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")