[Bf-blender-cvs] [ff287bd] alembic_basic_io: Fix OSX compile issue

Jens Verwiebe noreply at git.blender.org
Sun Jul 3 22:15:44 CEST 2016


Commit: ff287bd16856ffd1b8b2aacc56ceffabcc1df969
Author: Jens Verwiebe
Date:   Sun Jul 3 22:14:31 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBff287bd16856ffd1b8b2aacc56ceffabcc1df969

Fix OSX compile issue

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

M	source/blender/alembic/CMakeLists.txt

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

diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index d0bcf42..3c90517 100644
--- a/source/blender/alembic/CMakeLists.txt
+++ b/source/blender/alembic/CMakeLists.txt
@@ -39,6 +39,9 @@ set(INC_SYS
 	${ALEMBIC_INCLUDE_DIRS}
 	${HDF5_INCLUDE_DIRS}
 	${OPENEXR_INCLUDE_DIRS}
+if(APPLE)
+	${BOOST_INCLUDE_DIR}
+endif()
 )
 
 set(SRC




More information about the Bf-blender-cvs mailing list