[Bf-blender-cvs] [4f881e0d974] blender2.8: CMake version bump: 3.5

Jörg Müller noreply at git.blender.org
Sun Aug 20 17:01:43 CEST 2017


Commit: 4f881e0d974e051f22926680501f80913f6cb2d4
Author: Jörg Müller
Date:   Sun Aug 20 17:01:27 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB4f881e0d974e051f22926680501f80913f6cb2d4

CMake version bump: 3.5

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c5b2264207..2d520ee023f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
 	endif()
 endif()
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.5)
 
 if(NOT EXECUTABLE_OUTPUT_PATH)
 	set(FIRST_RUN TRUE)



More information about the Bf-blender-cvs mailing list