diff options
author | Dhvanil Popat <dpopat@hdfgroup.org> | 2019-06-25 07:32:32 (GMT) |
---|---|---|
committer | Dhvanil Popat <dpopat@hdfgroup.org> | 2019-06-25 07:32:32 (GMT) |
commit | 18f65dcee9367b2c84388da331f46a1536eeea09 (patch) | |
tree | cca8ec923d8396fb103a2b38e208e524d0777915 /config/cmake/libhdf5.settings.cmake.in | |
parent | d0bc570c2cdc4cbbb42cc1d4dac61aba67e20892 (diff) | |
download | hdf5-18f65dcee9367b2c84388da331f46a1536eeea09.zip hdf5-18f65dcee9367b2c84388da331f46a1536eeea09.tar.gz hdf5-18f65dcee9367b2c84388da331f46a1536eeea09.tar.bz2 |
Fixed libhdf5 settings file for both autotools & CMake
Diffstat (limited to 'config/cmake/libhdf5.settings.cmake.in')
-rw-r--r-- | config/cmake/libhdf5.settings.cmake.in | 2 |
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..97929e6 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_TESTS@ + Build HDF5 Tools: @HDF5_BUILD_TOOLS@ Threadsafety: @HDF5_ENABLE_THREADSAFE@ Default API mapping: @DEFAULT_API_VERSION@ With deprecated public symbols: @HDF5_ENABLE_DEPRECATED_SYMBOLS@ |