diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-29 16:31:12 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-29 16:31:12 (GMT) |
commit | 8b658fb747bd52a2e87b7acff93ebbafb11c5fbd (patch) | |
tree | 4cbda7d392a8cf319f8d799a084882d9c2539ce1 /config/cmake | |
parent | 74e6675556f819612ff5e7db669f67321fe90843 (diff) | |
download | hdf5-8b658fb747bd52a2e87b7acff93ebbafb11c5fbd.zip hdf5-8b658fb747bd52a2e87b7acff93ebbafb11c5fbd.tar.gz hdf5-8b658fb747bd52a2e87b7acff93ebbafb11c5fbd.tar.bz2 |
Merge windows compile fix from develop
Diffstat (limited to 'config/cmake')
-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 7bb426f..891e3a7 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: @HDF_BUILD_TYPE@ + Build Mode: @CMAKE_BUILD_TYPE@ Debugging Symbols: @SYMBOLS@ Asserts: @ASSERTS@ Profiling: @PROFILING@ |