Alembic: fix compile error on Linux.

This commit is contained in:
Kévin Dietrich 2017-01-26 06:18:07 +01:00
parent b91edd61d0
commit 01527197aa
1 changed files with 1 additions and 5 deletions

View File

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