[Bf-blender-cvs] [a08275c] master: Revert "CMake: quiet warnings with 3.0"

Dalai Felinto noreply at git.blender.org
Wed Jun 11 07:40:02 CEST 2014


Commit: a08275c86a86e46aad379d9ee9b97d397db924af
Author: Dalai Felinto
Date:   Wed Jun 11 02:39:16 2014 -0300
https://developer.blender.org/rBa08275c86a86e46aad379d9ee9b97d397db924af

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? ;)

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e862afd..7385182 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")




More information about the Bf-blender-cvs mailing list