summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDhvanil Popat <dpopat@hdfgroup.org>2019-07-03 19:27:46 (GMT)
committerDhvanil Popat <dpopat@hdfgroup.org>2019-07-03 19:27:46 (GMT)
commit7b9f24603f980a73d43194c66a01a62aee16b2e8 (patch)
treec954b3e5ac029bfe610e624708f66272a9a19fb0 /config
parentd0bc570c2cdc4cbbb42cc1d4dac61aba67e20892 (diff)
parent5e86326e0a731505095013aaf2a766bfa6cc1dda (diff)
downloadhdf5-7b9f24603f980a73d43194c66a01a62aee16b2e8.zip
hdf5-7b9f24603f980a73d43194c66a01a62aee16b2e8.tar.gz
hdf5-7b9f24603f980a73d43194c66a01a62aee16b2e8.tar.bz2
Merge pull request #1790 in HDFFV/hdf5 from ~DPOPAT/hdf5:develop to develop
Fixed libhdf5 settings file to be consistent for autotools & CMake * commit '5e86326e0a731505095013aaf2a766bfa6cc1dda': Fixed Build HDF Tests name in CMake's libhdf5 settings Fixed libhdf5 settings file for both autotools & CMake
Diffstat (limited to 'config')
-rw-r--r--config/cmake/libhdf5.settings.cmake.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in
index 9e91ac0..2117f3b 100644
--- a/config/cmake/libhdf5.settings.cmake.in
+++ b/config/cmake/libhdf5.settings.cmake.in
@@ -68,6 +68,8 @@ Features:
Parallel Filtered Dataset Writes: @PARALLEL_FILTERED_WRITES@
Large Parallel I/O: @LARGE_PARALLEL_IO@
High-level library: @HDF5_BUILD_HL_LIB@
+ Build HDF5 Tests: @BUILD_TESTING@
+ Build HDF5 Tools: @HDF5_BUILD_TOOLS@
Threadsafety: @HDF5_ENABLE_THREADSAFE@
Default API mapping: @DEFAULT_API_VERSION@
With deprecated public symbols: @HDF5_ENABLE_DEPRECATED_SYMBOLS@