summaryrefslogtreecommitdiffstats
path: root/release_docs/USING_CMake_Examples.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-18 16:37:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-18 16:37:50 (GMT)
commitbff04342f026d450cee1c1fc3a985233042cdec5 (patch)
tree2e0c1c781934524d1628b2c4a417bb6be1086ab4 /release_docs/USING_CMake_Examples.txt
parentb6c85139c78ac73ec54e44f84b29c61f7ec55fc4 (diff)
downloadhdf5-bff04342f026d450cee1c1fc3a985233042cdec5.zip
hdf5-bff04342f026d450cee1c1fc3a985233042cdec5.tar.gz
hdf5-bff04342f026d450cee1c1fc3a985233042cdec5.tar.bz2
HDFFV-10569 Update docs with unsupported options
Diffstat (limited to 'release_docs/USING_CMake_Examples.txt')
-rw-r--r--release_docs/USING_CMake_Examples.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/USING_CMake_Examples.txt b/release_docs/USING_CMake_Examples.txt
index 9773e0f..ad0f8b2 100644
--- a/release_docs/USING_CMake_Examples.txt
+++ b/release_docs/USING_CMake_Examples.txt
@@ -46,8 +46,10 @@ Default installation process:
Copy HDF5_Examples.cmake to this directory.
The default source folder is defined as "HDF5Examples". It can be changed
with the CTEST_SOURCE_NAME script option.
- The default installation folder is defined as "@CMAKE_INSTALL_PREFIX@".
+ The default installation folder is defined for the platform.
It can be changed with the INSTALLDIR script option.
+ (Note: Windows has issues with spaces and paths -The path will need to
+ be set correctly.)
The default ctest configuration is defined as "Release". It can be changed
with the CTEST_CONFIGURATION_TYPE script option. Note that this must
be the same as the value used with the -C command line option.