diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-11-06 20:29:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-11-06 20:29:11 (GMT) |
commit | 05716e22396b6e727d353e2e14da7db4a26d0f89 (patch) | |
tree | 14f9963331bd33f885b14f862eb4f313eca1f535 /release_docs | |
parent | 3ba28fb7ee35d27b6c86f3b5e5981e666fb12956 (diff) | |
download | hdf5-05716e22396b6e727d353e2e14da7db4a26d0f89.zip hdf5-05716e22396b6e727d353e2e14da7db4a26d0f89.tar.gz hdf5-05716e22396b6e727d353e2e14da7db4a26d0f89.tar.bz2 |
[svn-r25798] correct example cmake info
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/USING_CMake_Examples.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release_docs/USING_CMake_Examples.txt b/release_docs/USING_CMake_Examples.txt index 299063f..6bc7ff0 100644 --- a/release_docs/USING_CMake_Examples.txt +++ b/release_docs/USING_CMake_Examples.txt @@ -73,9 +73,11 @@ Line 8: change the INSTALLDIR to a different HDF5 install location. Line 14: uncomment to allow Mac machines to build shared examples. -Line 15: uncomment to not build and test Fortran examples. +Line 15: uncomment to build and test Fortran examples. Line 16: uncomment to build and test Fortran examples with F2003 option. -Line 68: change the CTEST_7Z_COMMAND to a different unzip program. +Line 17: comment to use an existing source directory. + +Line 71: change the CTEST_7Z_COMMAND to a different unzip program. |