diff options
author | Brad King <brad.king@kitware.com> | 2017-03-21 17:02:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-21 17:11:36 (GMT) |
commit | 63c0ba5ff136bcca413567e2073d4a8c7702f416 (patch) | |
tree | d58f6c5f0ff34800808f5c23872da94e70835392 /Modules/FindHDF5.cmake | |
parent | 48dc2d122d74f47ea323066df7be33165a34fa57 (diff) | |
download | CMake-63c0ba5ff136bcca413567e2073d4a8c7702f416.zip CMake-63c0ba5ff136bcca413567e2073d4a8c7702f416.tar.gz CMake-63c0ba5ff136bcca413567e2073d4a8c7702f416.tar.bz2 |
FindHDF5: Improve HDF5_ROOT and HDF5_FIND_DEBUG documentation
Diffstat (limited to 'Modules/FindHDF5.cmake')
-rw-r--r-- | Modules/FindHDF5.cmake | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake index ff19866..65af021 100644 --- a/Modules/FindHDF5.cmake +++ b/Modules/FindHDF5.cmake @@ -96,9 +96,11 @@ # # The following variable can be set to guide the search for HDF5 libraries and includes: # -# HDF5_ROOT +# ``HDF5_ROOT`` +# Specify the path to the HDF5 installation to use. # -# Set HDF5_FIND_DEBUG to true to get some extra debugging output. +# ``HDF5_FIND_DEBUG`` +# Set to a true value to get some extra debugging output. # This module is maintained by Will Dicharry <wdicharry@stellarscience.com>. |