summarylogtreecommitdiffstats
path: root/hdf5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'hdf5.patch')
-rw-r--r--hdf5.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/hdf5.patch b/hdf5.patch
deleted file mode 100644
index e9e1a3f5b9de..000000000000
--- a/hdf5.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ThirdParty/netcdf/vtknetcdf/CMakeLists.txt.orig 2014-11-24 19:29:00.084619157 +0100
-+++ b/ThirdParty/netcdf/vtknetcdf/CMakeLists.txt 2014-11-24 19:29:22.824443117 +0100
-@@ -233,7 +233,7 @@
- if (NOT VTK_USE_SYSTEM_HDF5)
- # using VTK's HDF5, we always build that with HL support.
- set (USE_NETCDF4 ON)
--elseif(HDF5_HL_LIBRARY OR HDF5_hdf5_hl_LIBRARY)
-+elseif(HDF5_HL_LIBRARY OR HDF5_hdf5_hl_LIBRARY OR HDF5_hdf5_hl_LIBRARY_RELEASE)
- set (USE_NETCDF4 ON)
- else()
- message(STATUS "Disabling NETCDF4 support since HDF5_HL or HDF5_hdf5_hl is missing.")