Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2017-01-26 08:18:07 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2017-01-26 08:18:07 +0300
commit01527197aa4868030c40e72b81286fa2718572c5 (patch)
treef22932a68e487591a1b083b34e073f9ead632313 /source/blender/alembic/CMakeLists.txt
parentb91edd61d07555649dff6ec43275130fd06b3659 (diff)
Alembic: fix compile error on Linux.
Diffstat (limited to 'source/blender/alembic/CMakeLists.txt')
-rw-r--r--source/blender/alembic/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index ad85f79ef2e..a6e0be6a7f3 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