Add support for namespace and add tools to binaries config

This commit is contained in:
Allen Byrne
2016-10-14 11:22:22 -05:00
parent 052ca6a741
commit 3ee36553b9
24 changed files with 49 additions and 13 deletions

View File

@@ -41,6 +41,8 @@ New Features
Configuration:
-------------
- CMake
Added NAMESPACE hdf5:: to package configuration files
- CMake: change CTEST_BUILD_CONFIGURATION to CTEST_CONFIGURATION_TYPE, which is
recommended by CMake documentation.
HDFFV-9971 (ADB 2016/8/22)