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:
authorLukas Tönne <lukas.toenne@gmail.com>2015-04-28 11:04:27 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-04-28 11:04:27 +0300
commit55ad6a99f6f2cd9446261bee78844f8b6d605d6e (patch)
tree6d2b404134ea40c71e0a5cb92b75e82331fc2153 /CMakeLists.txt
parente4b1b17925be2ba6e928d487b2537e43625aa8a5 (diff)
parent6465cc7ef99b23c14707f4df75c9db2e379e712b (diff)
Merge branch 'alembic' into gooseberry
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e10047b5a58..0e21a63b87c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1143,7 +1143,7 @@ if(UNIX AND NOT APPLE)
if(WITH_ALEMBIC)
find_package_wrapper(Alembic)
set(ALEMBIC_LIBRARIES ${ALEMBIC_LIBRARIES} ${BOOST_LIBRARIES})
- if(NOT ALEMBIC_HDF5_FOUND)
+ if(NOT ALEMBIC_HDF5_FOUND AND WITH_HDF5)
message(STATUS "Alembic is compiled without HDF5 support, disabling HDF5 options")
set(WITH_HDF5 OFF)
endif()