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-08-31 16:15:13 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-08-31 18:32:28 +0300
commitf5866f484f0c0c6c92f70701f843617aa6ba1f59 (patch)
tree0f3c8df97e99e66f2e368f71e116b095a41b88e4
parent546b900194f0f0464d126e1e18ea4fc7c9b1c1ff (diff)
Remove patch for HDF5 library
Delete `hdf5.diff`, because it's no longer used. Since Blender 2.90 the optional support for HDF5 has been dropped, but this file accidentally wasn't deleted. See 0102b9d47edf and 0c3843622726. No functional changes.
-rw-r--r--build_files/build_environment/patches/hdf5.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/build_files/build_environment/patches/hdf5.diff b/build_files/build_environment/patches/hdf5.diff
deleted file mode 100644
index cb84625810d..00000000000
--- a/build_files/build_environment/patches/hdf5.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- UserMacros.cmake
-+++ UserMacros.cmake
-@@ -16,6 +16,8 @@
- if (BUILD_USER_DEFINED_LIBS)
- MACRO_USER_DEFINED_LIBS ()
- endif (BUILD_USER_DEFINED_LIBS)
-+
-+include(Config/cmake/usermacros/windows_mt.cmake)
- #-----------------------------------------------------------------------------
- #------------------- E X A M P L E E N D -----------------------------------
- #-----------------------------------------------------------------------------