summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_CMake.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-09-12 18:12:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-09-12 18:12:34 (GMT)
commit06828464790a100546de1cbb2a52ae6a33f67e32 (patch)
treea9d43af1f69082204efa658a724143c4c062d30d /release_docs/INSTALL_CMake.txt
parentd088d3285c34f6ae3b02337d6dfcca17bcb9c7c3 (diff)
downloadhdf5-06828464790a100546de1cbb2a52ae6a33f67e32.zip
hdf5-06828464790a100546de1cbb2a52ae6a33f67e32.tar.gz
hdf5-06828464790a100546de1cbb2a52ae6a33f67e32.tar.bz2
[svn-r24128] Change option name for WDTP
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r--release_docs/INSTALL_CMake.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index 95ebec9..5594610 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -102,7 +102,7 @@ II. Preconditions
HDF5_ALLOW_EXTERNAL_SUPPORT:STRING="TGZ"
ZLIB_TGZ_NAME:STRING="zlib_src.ext"
SZIP_TGZ_NAME:STRING="szip_src.ext"
- TGZ_PATH:STRING="some_location"
+ TGZPATH:STRING="some_location"
where "some_location" is the URL or full path to the compressed
file and ext is the type of compression file.
@@ -327,7 +327,7 @@ These five steps are described in detail below.
file) are:
ZLIB_TGZ_NAME:STRING="zlib_src.ext"
SZIP_TGZ_NAME:STRING="szip_src.ext"
- TGZ_PATH:STRING="some_location"
+ TGZPATH:STRING="some_location"
where "some_location/xxxx_src.ext" is the URL or full path to
the compressed file and where ext is the type of the compression
file such as .bz2, .tar, .tar.gz, .tgz, or .zip.