diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-29 16:27:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-29 16:27:32 (GMT) |
commit | 468fbc36f1b02087d6567da7b905b80019cda3bc (patch) | |
tree | fc0ec9ef3de38d571899911b5124cf8e28feb3b5 /config/cmake | |
parent | 707de0b92eb1abeea27350e5630990ff2a33f806 (diff) | |
download | hdf5-468fbc36f1b02087d6567da7b905b80019cda3bc.zip hdf5-468fbc36f1b02087d6567da7b905b80019cda3bc.tar.gz hdf5-468fbc36f1b02087d6567da7b905b80019cda3bc.tar.bz2 |
Fix windows compile errors abstract out common settings
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@ |