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:
authorSybren A. Stüvel <sybren@blender.org>2020-06-15 12:55:40 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-06-15 12:58:58 +0300
commit0102b9d47edfeea003adf7eec3077425ff065d6e (patch)
treee6f244fb1229c488bbdc8f2389cf56ea823a2852 /CMakeLists.txt
parent76ebc608af7a89d2e9919d67ec6b639d47f70c1a (diff)
Alembic: remove HDF5 support from CMake files
This is a follup to 0c384362272. No functional changes to Blender, just the build scripts.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a4037dc1e3e..6b80db402ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,7 +278,6 @@ option(WITH_CODEC_SNDFILE "Enable libsndfile Support (http://www.mega-nerd
# Alembic support
option(WITH_ALEMBIC "Enable Alembic Support" ON)
-option(WITH_ALEMBIC_HDF5 "Enable Legacy Alembic Support (not officially supported)" OFF)
# Universal Scene Description support
option(WITH_USD "Enable Universal Scene Description (USD) Support" ON)