[Bf-blender-cvs] [d1b9306] master: Alembic: fix finding boost headers for win32

lazydodo noreply at git.blender.org
Tue Aug 9 00:57:11 CEST 2016


Commit: d1b9306cd5a04f149c748880e907c2375e01f4a5
Author: lazydodo
Date:   Mon Aug 8 16:57:04 2016 -0600
Branches: master
https://developer.blender.org/rBd1b9306cd5a04f149c748880e907c2375e01f4a5

Alembic: fix finding boost headers for win32

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

M	source/blender/alembic/CMakeLists.txt

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

diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index f579a3b..42bd6a9 100644
--- a/source/blender/alembic/CMakeLists.txt
+++ b/source/blender/alembic/CMakeLists.txt
@@ -40,7 +40,7 @@ set(INC_SYS
 	${HDF5_INCLUDE_DIRS}
 	${OPENEXR_INCLUDE_DIRS}
 )
-if(APPLE)
+if(APPLE OR WIN32)
 	list(APPEND INC_SYS
 		${BOOST_INCLUDE_DIR}
 	)




More information about the Bf-blender-cvs mailing list