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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-06 21:48:06 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-06 21:48:06 +0400
commit6b134ae357188358f1437650924ab38886386860 (patch)
tree3bcbdde66f1097d415bc6028daa14184e1bb86ab /CMakeLists.txt
parent7d9d9fa976589683a7ae880848937b05ade8e74f (diff)
Cycles: set minimum required boost version lower.
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 cb41d4d344c..279644550c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -520,7 +520,7 @@ if(UNIX AND NOT APPLE)
if(NOT BOOST_CUSTOM)
set(BOOST_ROOT ${BOOST})
set(Boost_USE_MULTITHREADED ON)
- find_package(Boost 1.47 REQUIRED COMPONENTS filesystem regex system thread)
+ find_package(Boost 1.34 REQUIRED COMPONENTS filesystem regex system thread)
endif()
set(BOOST_INCLUDE_DIR ${Boost_INCLUDE_DIRS})