diff options
author | Kris Thielemans <k.thielemans@ucl.ac.uk> | 2021-01-10 10:04:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-11 17:00:14 (GMT) |
commit | 186b0f813132d79b0cb5412e902478aa5f5795ea (patch) | |
tree | 5004819992ce65abf5c466570378a0a552586f8c /Modules | |
parent | aaebbd200bfc4c4802f95daf472fccc69cc04dd8 (diff) | |
download | CMake-186b0f813132d79b0cb5412e902478aa5f5795ea.zip CMake-186b0f813132d79b0cb5412e902478aa5f5795ea.tar.gz CMake-186b0f813132d79b0cb5412e902478aa5f5795ea.tar.bz2 |
FindHDF5: correct and describe list of imported target
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindHDF5.cmake | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake index 05696ae..9bb4166 100644 --- a/Modules/FindHDF5.cmake +++ b/Modules/FindHDF5.cmake @@ -116,15 +116,22 @@ also be defined. With all components enabled, the following variables will be d With all components enabled, the following targets will be defined: -:: - - ``hdf5::hdf5`` - ``hdf5::hdf5_hl_cpp`` - ``hdf5::hdf5_fortran`` - ``hdf5::hdf5_hl`` - ``hdf5::hdf5_hl_cpp`` - ``hdf5::hdf5_hl_fortran`` - ``hdf5::h5diff`` +``HDF5::HDF5`` + All detected ``HDF5_LIBRARIES``. +``hdf5::hdf5`` + C library. +``hdf5::hdf5_cpp`` + C++ library. +``hdf5::hdf5_fortran`` + Fortran library. +``hdf5::hdf5_hl`` + High-level C library. +``hdf5::hdf5_hl_cpp`` + High-level C++ library. +``hdf5::hdf5_hl_fortran`` + High-level Fortran library. +``hdf5::h5diff`` + ``h5diff`` executable. Hints ^^^^^ |