Commit: e34587922caae3b83e786096cf3bf9ef82a855ca
Author: Brecht Van Lommel
Date:   Wed Jul 31 17:41:00 2019 +0200
Branches: master
https://developer.blender.org/rBe34587922caae3b83e786096cf3bf9ef82a855ca

Cleanup: remove unused boost code

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

M       source/blender/alembic/intern/alembic_capi.cc
M       source/blender/depsgraph/CMakeLists.txt

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

diff --git a/source/blender/alembic/intern/alembic_capi.cc 
b/source/blender/alembic/intern/alembic_capi.cc
index b502692d0e5..0fd87ff1c40 100644
--- a/source/blender/alembic/intern/alembic_capi.cc
+++ b/source/blender/alembic/intern/alembic_capi.cc
@@ -19,7 +19,6 @@
  */
 
 #include "../ABC_alembic.h"
-#include <boost/foreach.hpp>
 
 #include <Alembic/AbcMaterial/IMaterial.h>
 
diff --git a/source/blender/depsgraph/CMakeLists.txt 
b/source/blender/depsgraph/CMakeLists.txt
index c3099c9486d..49c510d9d3e 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -115,11 +115,4 @@ set(SRC
 set(LIB
 )
 
-if(WITH_BOOST)
-  list(APPEND INC_SYS
-    ${BOOST_INCLUDE_DIR}
-  )
-  add_definitions(-DHAVE_BOOST_FUNCTION_BINDINGS)
-endif()
-
 blender_add_lib(bf_depsgraph "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

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

Reply via email to