mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
FindHDF5: correct and describe list of imported target
This commit is contained in:
committed by
Brad King
parent
aaebbd200b
commit
186b0f8131
@@ -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
|
||||
^^^^^
|
||||
|
||||
Reference in New Issue
Block a user