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 /build_files/build_environment/cmake/harvest.cmake
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 'build_files/build_environment/cmake/harvest.cmake')
-rw-r--r--build_files/build_environment/cmake/harvest.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/build_files/build_environment/cmake/harvest.cmake b/build_files/build_environment/cmake/harvest.cmake
index 9acafe8f8e6..a7685f87c8d 100644
--- a/build_files/build_environment/cmake/harvest.cmake
+++ b/build_files/build_environment/cmake/harvest.cmake
@@ -49,15 +49,6 @@ if(BUILD_MODE STREQUAL Release)
)
endif()
-if(BUILD_MODE STREQUAL Debug)
- add_custom_target(Harvest_Debug_Results
- COMMAND
- # hdf5
- ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}/hdf5/lib ${HARVEST_TARGET}/hdf5/lib &&
- DEPENDS Package_Python
- )
-endif()
-
else(WIN32)
function(harvest from to)