diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-09-13 16:33:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-09-13 16:34:00 (GMT) |
commit | b477f9bcc7bb83d7c06e1d09f428030f51d71897 (patch) | |
tree | b1b1e0bc7fe119d70bdab06bbb61ece3fa5ecfa4 /config/cmake/libhdf5.settings.cmake.in | |
parent | cafab483ff373731e694096a9cdfdf262ed7cf5f (diff) | |
download | hdf5-b477f9bcc7bb83d7c06e1d09f428030f51d71897.zip hdf5-b477f9bcc7bb83d7c06e1d09f428030f51d71897.tar.gz hdf5-b477f9bcc7bb83d7c06e1d09f428030f51d71897.tar.bz2 |
HDFFV-10901 add missing config options
Diffstat (limited to 'config/cmake/libhdf5.settings.cmake.in')
-rw-r--r-- | config/cmake/libhdf5.settings.cmake.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in index 3451545..8397d68 100644 --- a/config/cmake/libhdf5.settings.cmake.in +++ b/config/cmake/libhdf5.settings.cmake.in @@ -14,10 +14,10 @@ General Information: Compiling Options: ------------------ Build Mode: @CMAKE_BUILD_TYPE@ - Debugging Symbols: @SYMBOLS@ - Asserts: @ASSERTS@ - Profiling: @PROFILING@ - Optimization Level: @OPTIMIZATION@ + Debugging Symbols: @HDF5_ENABLE_SYMBOLS@ + Asserts: @HDF5_ENABLE_ASSERTS@ + Profiling: @HDF5_ENABLE_PROFILING@ + Optimization Level: @HDF5_ENABLE_OPTIMIZATION@ Linking Options: ---------------- |