From 1b6bf5b75e1c7bd697496b9611dd54c08993c8be Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Wed, 28 Mar 2018 10:48:52 -0600 Subject: build_deps: disable hdf5 lib support we do not ship with hdf5 support for alembic on any of the platforms. --- build_files/build_environment/CMakeLists.txt | 1 - build_files/build_environment/cmake/harvest.cmake | 2 -- 2 files changed, 3 deletions(-) (limited to 'build_files') diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt index 885133f970c..f177560c5f6 100644 --- a/build_files/build_environment/CMakeLists.txt +++ b/build_files/build_environment/CMakeLists.txt @@ -58,7 +58,6 @@ include(cmake/openexr.cmake) include(cmake/freetype.cmake) include(cmake/freeglut.cmake) include(cmake/glew.cmake) -include(cmake/hdf5.cmake) include(cmake/alembic.cmake) include(cmake/glfw.cmake) include(cmake/clew.cmake) diff --git a/build_files/build_environment/cmake/harvest.cmake b/build_files/build_environment/cmake/harvest.cmake index f23939a7ba6..9ebd5206d27 100644 --- a/build_files/build_environment/cmake/harvest.cmake +++ b/build_files/build_environment/cmake/harvest.cmake @@ -102,8 +102,6 @@ if(BUILD_MODE STREQUAL Release) ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}/python/ ${HARVEST_TARGET}/python/ && # alembic ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}/alembic ${HARVEST_TARGET}/alembic && - # hdf5 - ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}/hdf5 ${HARVEST_TARGET}/hdf5 && # BlendThumb ${CMAKE_COMMAND} -E copy ${LIBDIR}/BlendThumb64/bin/blendthumb.dll ${HARVEST_TARGET}/ThumbHandler/lib/BlendThumb64.dll && ${CMAKE_COMMAND} -E copy ${LIBDIR}/BlendThumb32/bin/blendthumb.dll ${HARVEST_TARGET}/ThumbHandler/lib/BlendThumb.dll && -- cgit v1.2.3