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})

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to