FindHSPELL¶
Finds the Hebrew spell-checker and morphology engine (Hspell):
find_package(HSPELL [<version>] [...])
Result Variables¶
This module defines the following variables:
HSPELL_FOUNDBoolean indicating whether (the requested version of) Hspell was found.
HSPELL_VERSIONAdded in version 4.2.
The version of Hspell found (x.y).
HSPELL_VERSION_MAJORThe major version of Hspell found.
HSPELL_VERSION_MINORThe minor version of Hspell found.
Cache Variables¶
The following cache variables may also be set:
HSPELL_INCLUDE_DIRThe Hspell include directory.
HSPELL_LIBRARIESThe libraries needed to use Hspell.
Deprecated Variables¶
The following variables are provided for backward compatibility:
HSPELL_VERSION_STRINGDeprecated since version 4.2: Use
HSPELL_VERSION, which has the same value.The version of Hspell found (x.y).
Examples¶
Finding Hspell:
find_package(HSPELL)