summaryrefslogtreecommitdiffstats
path: root/config/cmake/README.txt.cmake.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-03-28 21:37:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-03-28 21:37:11 (GMT)
commit90a58f2b2f5a612ce7326fbfe3a476e31d148084 (patch)
tree53e00b6a27f9fd7d27964338d181b8ceb4f11b4d /config/cmake/README.txt.cmake.in
parentb530043b7a3dc29c56f567f090d1a6831330e46f (diff)
downloadhdf5-90a58f2b2f5a612ce7326fbfe3a476e31d148084.zip
hdf5-90a58f2b2f5a612ce7326fbfe3a476e31d148084.tar.gz
hdf5-90a58f2b2f5a612ce7326fbfe3a476e31d148084.tar.bz2
Correct examples for packaging
Diffstat (limited to 'config/cmake/README.txt.cmake.in')
-rw-r--r--config/cmake/README.txt.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/README.txt.cmake.in b/config/cmake/README.txt.cmake.in
index be6ddc1..b29d50b 100644
--- a/config/cmake/README.txt.cmake.in
+++ b/config/cmake/README.txt.cmake.in
@@ -34,9 +34,9 @@ utility should be installed.
To test the installation with the examples;
Create a directory to run the examples.
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.
- Copy CTestScript.cmake to this directory.
The default source folder is defined as "HDF5Examples". It can be changed
with the CTEST_SOURCE_NAME script option.
The default installation folder is defined as "@CMAKE_INSTALL_PREFIX@".