Cleanup: remove unused boost code

This commit is contained in:
Brecht Van Lommel 2019-07-31 17:41:00 +02:00
parent 92a3995c6d
commit e34587922c
2 changed files with 0 additions and 8 deletions

View File

@ -19,7 +19,6 @@
*/
#include "../ABC_alembic.h"
#include <boost/foreach.hpp>
#include <Alembic/AbcMaterial/IMaterial.h>

View File

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