diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-03-20 20:36:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-03-20 20:36:03 (GMT) |
commit | 02642c99e3f96bb602b6bb992f57c3f40dbddcb4 (patch) | |
tree | 5a5f15c8a753143cbd393977526e7f22609b7fd5 /release_docs/USING_HDF5_CMake.txt | |
parent | 214100d05bd2b479a20f97e5c46d1dab2eeca759 (diff) | |
parent | e809b609d3f5cc851e13f63bcfed7052958d302b (diff) | |
download | hdf5-02642c99e3f96bb602b6bb992f57c3f40dbddcb4.zip hdf5-02642c99e3f96bb602b6bb992f57c3f40dbddcb4.tar.gz hdf5-02642c99e3f96bb602b6bb992f57c3f40dbddcb4.tar.bz2 |
Merge pull request #351 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e809b609d3f5cc851e13f63bcfed7052958d302b':
Add reference to CMake application framwork
Whitespace changes
Update notes
Diffstat (limited to 'release_docs/USING_HDF5_CMake.txt')
-rw-r--r-- | release_docs/USING_HDF5_CMake.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/USING_HDF5_CMake.txt b/release_docs/USING_HDF5_CMake.txt index 87ebafc..ecf972d 100644 --- a/release_docs/USING_HDF5_CMake.txt +++ b/release_docs/USING_HDF5_CMake.txt @@ -221,7 +221,9 @@ NOTE: this file is available at the HDF web site: HDF5_Examples.cmake - +Also available at the HDF web site is a CMake application framework template. +You can quickly add files to the framework and execute the script to compile +your application with an installed HDF5 binary. ======================================================================== ctest |