[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39982] branches/cycles/CMakeLists.txt: Cycles: set minimum required boost version lower.

Brecht Van Lommel brechtvanlommel at pandora.be
Tue Sep 6 19:48:06 CEST 2011


Revision: 39982
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39982
Author:   blendix
Date:     2011-09-06 17:48:06 +0000 (Tue, 06 Sep 2011)
Log Message:
-----------
Cycles: set minimum required boost version lower.

Modified Paths:
--------------
    branches/cycles/CMakeLists.txt

Modified: branches/cycles/CMakeLists.txt
===================================================================
--- branches/cycles/CMakeLists.txt	2011-09-06 17:34:56 UTC (rev 39981)
+++ branches/cycles/CMakeLists.txt	2011-09-06 17:48:06 UTC (rev 39982)
@@ -520,7 +520,7 @@
 		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})




More information about the Bf-blender-cvs mailing list