diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-03-28 21:37:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-03-28 21:37:11 (GMT) |
commit | 90a58f2b2f5a612ce7326fbfe3a476e31d148084 (patch) | |
tree | 53e00b6a27f9fd7d27964338d181b8ceb4f11b4d /release_docs | |
parent | b530043b7a3dc29c56f567f090d1a6831330e46f (diff) | |
download | hdf5-90a58f2b2f5a612ce7326fbfe3a476e31d148084.zip hdf5-90a58f2b2f5a612ce7326fbfe3a476e31d148084.tar.gz hdf5-90a58f2b2f5a612ce7326fbfe3a476e31d148084.tar.bz2 |
Correct examples for packaging
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/USING_CMake_Examples.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/USING_CMake_Examples.txt b/release_docs/USING_CMake_Examples.txt index ea1ac05..ea352fe 100644 --- a/release_docs/USING_CMake_Examples.txt +++ b/release_docs/USING_CMake_Examples.txt @@ -38,12 +38,14 @@ II. Building HDF5 Examples with CMake Files in the HDF5 install directory: HDF5Examples folder + CTestScript.cmake HDF5_Examples.cmake HDF5_Examples_options.cmake Default installation process: Create a directory to run the examples, i.e. \test_hdf5. Copy HDF5Examples folder to this directory. + Copy CTestScript.cmake to this directory. Copy HDF5_Examples.cmake to this directory. Copy HDF5_Examples_options.cmake to this directory. The default source folder is defined as "HDF5Examples". It can be changed |