diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-27 21:32:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-27 21:32:51 (GMT) |
commit | 0bf41bec5aab468036f32afb287f224d266edf7a (patch) | |
tree | a9d707d23884b639c3dfba9a0c089e4b287244fa | |
parent | 09882f7ccd7c175c97572fb81f94571c34539931 (diff) | |
download | hdf5-0bf41bec5aab468036f32afb287f224d266edf7a.zip hdf5-0bf41bec5aab468036f32afb287f224d266edf7a.tar.gz hdf5-0bf41bec5aab468036f32afb287f224d266edf7a.tar.bz2 |
Add extra files to be copied
-rw-r--r-- | config/cmake/README.txt.cmake.in | 4 |
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 |