mark detection of HDF5 as deprecated

This commit is contained in:
conrad
2022-12-20 11:54:11 +10:00
parent 0f3c217f59
commit 87e3298939
+1 -1
View File
@@ -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: