summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/xtensor-io/disable-highfive.patch
blob: e0733b0a94ebfa36e6c00e88c79b73c274b3645b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3595a1..d38dc21 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,6 +136,7 @@ else()
   message(WARNING "ZLIB not found - install zlib for xnpz file support")
 endif()
 
+if (0)
 message(STATUS "Trying to find HighFive for npz file support")
 find_package(HighFive)
 find_package(HDF5)
@@ -154,6 +155,7 @@ if (${HighFive_FOUND} AND ${HDF5_FOUND})
 else()
   message(WARNING "HighFive and/or HDF5 not found - install HighFive and HDF5 for HDF5 file support")
 endif()
+endif()
 
 if(DOWNLOAD_GTEST OR GTEST_SRC_DIR)
     set(BUILD_TESTS ON)