[Bf-blender-cvs] [01527197aa] master: Alembic: fix compile error on Linux.

Kévin Dietrich noreply at git.blender.org
Thu Jan 26 06:18:51 CET 2017


Commit: 01527197aa4868030c40e72b81286fa2718572c5
Author: Kévin Dietrich
Date:   Thu Jan 26 06:18:07 2017 +0100
Branches: master
https://developer.blender.org/rB01527197aa4868030c40e72b81286fa2718572c5

Alembic: fix compile error on Linux.

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

M	source/blender/alembic/CMakeLists.txt

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

diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index ad85f79ef2..a6e0be6a7f 100644
--- a/source/blender/alembic/CMakeLists.txt
+++ b/source/blender/alembic/CMakeLists.txt
@@ -39,14 +39,10 @@ set(INC
 
 set(INC_SYS
 	${ALEMBIC_INCLUDE_DIRS}
+	${BOOST_INCLUDE_DIR}
 	${HDF5_INCLUDE_DIRS}
 	${OPENEXR_INCLUDE_DIRS}
 )
-if(APPLE OR WIN32)
-	list(APPEND INC_SYS
-		${BOOST_INCLUDE_DIR}
-	)
-endif()
 
 set(SRC
 	intern/abc_archive.cc




More information about the Bf-blender-cvs mailing list