summaryrefslogtreecommitdiffstats
path: root/config/cmake/README.txt.cmake.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-04-25 15:27:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-04-25 15:27:05 (GMT)
commitb06947c433d64e9a1b05e5a64b93a27bcf59aa79 (patch)
tree1ba6d3a9c785df5e3da6ca673c3a51b0cb6ca9e2 /config/cmake/README.txt.cmake.in
parent4de2b5b5594728d4f062e3cee4d6918c3a4363bf (diff)
downloadhdf5-b06947c433d64e9a1b05e5a64b93a27bcf59aa79.zip
hdf5-b06947c433d64e9a1b05e5a64b93a27bcf59aa79.tar.gz
hdf5-b06947c433d64e9a1b05e5a64b93a27bcf59aa79.tar.bz2
[svn-r25100] Added -V to example command line.
Added note about INSTALLDIR.
Diffstat (limited to 'config/cmake/README.txt.cmake.in')
-rwxr-xr-xconfig/cmake/README.txt.cmake.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cmake/README.txt.cmake.in b/config/cmake/README.txt.cmake.in
index 4d3ab3d..e095e18 100755
--- a/config/cmake/README.txt.cmake.in
+++ b/config/cmake/README.txt.cmake.in
@@ -34,8 +34,9 @@ To test the installation with the examples;
Copy HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@ to this directory, do NOT unzip.
Copy HDF518_Examples.cmake to this directory.
Edit HDF518_Examples.cmake line 8 to set INSTALLDIR to where HDF5 is installed.
+ (The default should be correct unless you installed into a different folder.)
Execute from this directory:
- ctest -S HDF518_Examples.cmake,HDF5Examples-0.1.1-Source -C Release -O test.log
+ ctest -S HDF518_Examples.cmake,HDF5Examples-0.1.1-Source -C Release -V -O test.log
When executed, the ctest script will save the results to the log file, test.log, as
indicated by the ctest command. If you wish the to see more build and test information,