FindHSPELL¶
Finds the Hebrew spell-checker and morphology engine (Hspell):
find_package(HSPELL [<version>] [...])
Result Variables¶
This module defines the following variables:
HSPELL_FOUND
Boolean indicating whether (the requested version of) Hspell is found.
HSPELL_VERSION
Added in version 4.2.
The version of Hspell found (x.y).
HSPELL_VERSION_MAJOR
The major version of Hspell found.
HSPELL_VERSION_MINOR
The minor version of Hspell found.
Cache Variables¶
The following cache variables may also be set:
HSPELL_INCLUDE_DIR
The Hspell include directory.
HSPELL_LIBRARIES
The libraries needed to use Hspell.
Deprecated Variables¶
The following variables are provided for backward compatibility:
HSPELL_VERSION_STRING
Deprecated 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)