summaryrefslogtreecommitdiffstats
path: root/config/cmake/README.txt.cmake.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-16 16:26:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-16 16:26:06 (GMT)
commit8f57426ddae46821d83a13890169a5a0cf10eb5f (patch)
treec98568f6d9b93c7f6070f5b5412f26a24bcfc72d /config/cmake/README.txt.cmake.in
parentdb070002687b0062d5657280b7c6beb81e40ace9 (diff)
downloadhdf5-8f57426ddae46821d83a13890169a5a0cf10eb5f.zip
hdf5-8f57426ddae46821d83a13890169a5a0cf10eb5f.tar.gz
hdf5-8f57426ddae46821d83a13890169a5a0cf10eb5f.tar.bz2
Fix soversion, update cmake scripts
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 de480a4..3e6e249 100644
--- a/config/cmake/README.txt.cmake.in
+++ b/config/cmake/README.txt.cmake.in
@@ -45,7 +45,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 HDF518_Examples.cmake file.
+ Other options can be changed by editing the HDF518_Examples_options.cmake file.
If the defaults are okay, execute from this directory:
ctest -S HDF518_Examples.cmake -C Release -V -O test.log