Alembic: fix finding boost headers for win32

This commit is contained in:
Ray molenkamp 2016-08-08 16:57:04 -06:00
parent 903e9ce0c9
commit d1b9306cd5
1 changed files with 1 additions and 1 deletions

View File

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