diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-03-28 18:41:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-03-28 18:41:31 (GMT) |
commit | 0d6fd55212cd3d1368c8058eacaa535d0bced044 (patch) | |
tree | 68abd516fc6956149cff25a6a8741f6bc99784f2 /release_docs | |
parent | 6e2e4610878ccf3709fb2bb305bfd4eb11289ba5 (diff) | |
download | hdf5-0d6fd55212cd3d1368c8058eacaa535d0bced044.zip hdf5-0d6fd55212cd3d1368c8058eacaa535d0bced044.tar.gz hdf5-0d6fd55212cd3d1368c8058eacaa535d0bced044.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 |