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:
authorJörg Müller <nexyon@gmail.com>2017-08-20 18:01:27 +0300
committerJörg Müller <nexyon@gmail.com>2017-08-20 18:01:27 +0300
commit4f881e0d974e051f22926680501f80913f6cb2d4 (patch)
tree59c4edc3e315b7ac014174749df30376efc30a69 /CMakeLists.txt
parenta7362eb2194c1a049cbc5d9668a8ddd8c2187eb8 (diff)
CMake version bump: 3.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)