diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-05-07 15:03:10 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-05-07 15:03:20 (GMT) |
commit | 7fdc2f7e204552c9c36ed2458cccd1b249c1bde4 (patch) | |
tree | d341fa99ea16f4418aec0552437dd6be2b628a25 | |
parent | 68e34f7be1309f77c616d0078d128da199ab050c (diff) | |
download | hdf5-7fdc2f7e204552c9c36ed2458cccd1b249c1bde4.zip hdf5-7fdc2f7e204552c9c36ed2458cccd1b249c1bde4.tar.gz hdf5-7fdc2f7e204552c9c36ed2458cccd1b249c1bde4.tar.bz2 |
Add note about CMake and spaces in paths
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index deaa871..6d1c8b2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -852,6 +852,10 @@ The following platforms are not supported but have been tested for this release. Known Problems ============== + CMake files do not behave correctly with paths containing spaces. + Do not use spaces in paths because the required escaping for handling spaces + results in very complex and fragile build files. + ADB - 2019/05/07 At present, metadata cache images may not be generated by parallel applications. Parallel applications can read files with metadata cache |