From 87e329893904d5223ee4fefe6ef84f68376a2bbe Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 20 Dec 2022 11:54:11 +1000 Subject: [PATCH] mark detection of HDF5 as deprecated --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f98f92c..da1ff3a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -192,7 +192,7 @@ else() option(BUILD_SHARED_LIBS "build shared library" ON) endif() -option(DETECT_HDF5 "Detect HDF5 and include HDF5 support, if found" ON) +option(DETECT_HDF5 "Detect HDF5 (deprecated)" ON) # set(DETECT_HDF5 false) ## uncomment the above line to disable the detection of the HDF5 library; ## you can also disable HDF5 detection directly on the command line: