diff options
author | Kris Thielemans <kris.f.thielemans@hotmail.com> | 2017-02-16 23:35:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-01 13:13:58 (GMT) |
commit | 16f1dd0d16365448f9d483a5d00aba356eb2906b (patch) | |
tree | 41b415d120a17080cb4e4b2161daca2cf3e930e2 /Modules/FindHDF5.cmake | |
parent | b2de6da2f161cde26178e568974fa5ef7f7480fc (diff) | |
download | CMake-16f1dd0d16365448f9d483a5d00aba356eb2906b.zip CMake-16f1dd0d16365448f9d483a5d00aba356eb2906b.tar.gz CMake-16f1dd0d16365448f9d483a5d00aba356eb2906b.tar.bz2 |
FindHDF5: document HDF5_<LANG>_DEFINITIONS
Diffstat (limited to 'Modules/FindHDF5.cmake')
-rw-r--r-- | Modules/FindHDF5.cmake | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake index a85b9ac..96d4960 100644 --- a/Modules/FindHDF5.cmake +++ b/Modules/FindHDF5.cmake @@ -59,12 +59,16 @@ # bindings, if the HL component is enabled # # Available components are: C CXX Fortran and HL. For each enabled language -# binding, a corresponding HDF5_${LANG}_LIBRARIES variable will be defined. +# binding, a corresponding HDF5_${LANG}_LIBRARIES variable, and potentially +# HDF5_${LANG}_DEFINITIONS, will be defined. # If the HL component is enabled, then an HDF5_${LANG}_HL_LIBRARIES will # also be defined. With all components enabled, the following variables will be defined: # # :: # +# HDF5_C_DEFINITIONS -- Required compiler definitions for HDF5 C bindings +# HDF5_CXX_DEFINITIONS -- Required compiler definitions for HDF5 C++ bindings +# HDF5_Fortran_DEFINITIONS -- Required compiler definitions for HDF5 Fortran bindings # HDF5_C_LIBRARIES - Required libraries for the HDF5 C bindings # HDF5_CXX_LIBRARIES - Required libraries for the HDF5 C++ bindings # HDF5_Fortran_LIBRARIES - Required libraries for the HDF5 Fortran bindings |