summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_CMake.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-05 18:43:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-05 18:43:51 (GMT)
commit8ae5f6804186e3121dfe933d6bf9c9044f8ae9d6 (patch)
tree85bf8db80f251b3f7d853336b2714562706be3c3 /release_docs/INSTALL_CMake.txt
parent58094b4f808e7a00d533f7b19a3fafb744ef6d77 (diff)
downloadhdf5-8ae5f6804186e3121dfe933d6bf9c9044f8ae9d6.zip
hdf5-8ae5f6804186e3121dfe933d6bf9c9044f8ae9d6.tar.gz
hdf5-8ae5f6804186e3121dfe933d6bf9c9044f8ae9d6.tar.bz2
HDFFV-10292 Windows drive letters cause issues in paths
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r--release_docs/INSTALL_CMake.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index f54ca4b..923bba3 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -165,8 +165,9 @@ To build HDF5 with the SZIP and ZLIB external libraries you will need to:
III. Quick Step Building HDF5 C Static Libraries and Tools with CMake
========================================================================
Notes: This short set of instructions is written for users who want to
- quickly build the just the HDF5 C static library and tools from
+ quickly build just the HDF5 C static library and tools from
the HDF5 source code package using the CMake command line tools.
+ Avoid the use of drive letters in paths on Windows.
Go through these steps: