summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2017-04-28 15:45:05 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2017-04-28 15:45:05 (GMT)
commitfc4e8ea5ecc52d0df179ec26ec9bf001a60c1ca0 (patch)
treea9d707d23884b639c3dfba9a0c089e4b287244fa
parent09882f7ccd7c175c97572fb81f94571c34539931 (diff)
parent0bf41bec5aab468036f32afb287f224d266edf7a (diff)
downloadhdf5-fc4e8ea5ecc52d0df179ec26ec9bf001a60c1ca0.zip
hdf5-fc4e8ea5ecc52d0df179ec26ec9bf001a60c1ca0.tar.gz
hdf5-fc4e8ea5ecc52d0df179ec26ec9bf001a60c1ca0.tar.bz2
Merge pull request #481 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '0bf41bec5aab468036f32afb287f224d266edf7a': Add extra files to be copied
-rw-r--r--config/cmake/README.txt.cmake.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/cmake/README.txt.cmake.in b/config/cmake/README.txt.cmake.in
index 1d6ef45..ceeda49 100644
--- a/config/cmake/README.txt.cmake.in
+++ b/config/cmake/README.txt.cmake.in
@@ -35,6 +35,8 @@ To test the installation with the examples;
Create a directory to run the examples.
Copy HDF5Examples folder 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@".
@@ -44,7 +46,7 @@ To test the installation with the examples;
be the same as the value used with the -C command line option.
The default build configuration is defined to build and use static libraries.
Shared libraries can be used with the STATICONLYLIBRARIES script option set to "NO".
- Other options can be changed by editing the HDF5_Examples.cmake file.
+ Other options can be changed by editing the HDF5_Examples_options.cmake file.
If the defaults are okay, execute from this directory:
ctest -S HDF5_Examples.cmake -C Release -V -O test.log