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:
authorlazydodo <github@lazydodo.com>2016-08-09 01:57:04 +0300
committerlazydodo <github@lazydodo.com>2016-08-09 01:57:04 +0300
commitd1b9306cd5a04f149c748880e907c2375e01f4a5 (patch)
tree928d717d778b84f4a95710e7927f78976b952aab
parent903e9ce0c95162a011ca1509b9796f3180bf58b7 (diff)
Alembic: fix finding boost headers for win32
-rw-r--r--source/blender/alembic/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index f579a3b200a..42bd6a9c340 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}
)