diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-05-01 19:46:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 19:46:04 (GMT) |
commit | a61eff84c1c7c373047a5a000ad75c6b85033d8e (patch) | |
tree | 72833d0e74cb90e8e5018f28927456e60b46525c /config/cmake/libhdf5.settings.cmake.in | |
parent | 62058276a9d8620a04136816331894699412dec9 (diff) | |
download | hdf5-a61eff84c1c7c373047a5a000ad75c6b85033d8e.zip hdf5-a61eff84c1c7c373047a5a000ad75c6b85033d8e.tar.gz hdf5-a61eff84c1c7c373047a5a000ad75c6b85033d8e.tar.bz2 |
Correct usage of CMAKE_BUILD_TYPE (#2863)
Fixes a problem when using multi-config builds with the CMake GUI
Diffstat (limited to 'config/cmake/libhdf5.settings.cmake.in')
-rw-r--r-- | config/cmake/libhdf5.settings.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in index f2cf6c0..00ae980 100644 --- a/config/cmake/libhdf5.settings.cmake.in +++ b/config/cmake/libhdf5.settings.cmake.in @@ -13,7 +13,7 @@ General Information: Compiling Options: ------------------ - Build Mode: @CMAKE_BUILD_TYPE@ + Build Mode: @HDF_CFG_NAME@ Debugging Symbols: @HDF5_ENABLE_SYMBOLS@ Asserts: @HDF5_ENABLE_ASSERTS@ Profiling: @HDF5_ENABLE_PROFILING@ |