diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-04-16 08:26:31 (GMT) |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-04-16 08:26:31 (GMT) |
commit | 32a3b1fb40c8d1f473d934f045d59b5372f8266d (patch) | |
tree | acc97c77a46d517f21904e4926507315cdd2d7ea /Modules/FindHSPELL.cmake | |
parent | 810d9a30eff731e0f36a3e0efe090037a8736626 (diff) | |
download | CMake-32a3b1fb40c8d1f473d934f045d59b5372f8266d.zip CMake-32a3b1fb40c8d1f473d934f045d59b5372f8266d.tar.gz CMake-32a3b1fb40c8d1f473d934f045d59b5372f8266d.tar.bz2 |
FindHSPELL: capitalize Hspell properly
Diffstat (limited to 'Modules/FindHSPELL.cmake')
-rw-r--r-- | Modules/FindHSPELL.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/FindHSPELL.cmake b/Modules/FindHSPELL.cmake index 6b6f21f..21bc5fd 100644 --- a/Modules/FindHSPELL.cmake +++ b/Modules/FindHSPELL.cmake @@ -1,10 +1,10 @@ -# - Try to find HSPELL +# - Try to find Hspell # Once done this will define # -# HSPELL_FOUND - system has HSPELL -# HSPELL_INCLUDE_DIR - the HSPELL include directory -# HSPELL_LIBRARIES - The libraries needed to use HSPELL -# HSPELL_DEFINITIONS - Compiler switches required for using HSPELL +# HSPELL_FOUND - system has Hspell +# HSPELL_INCLUDE_DIR - the Hspell include directory +# HSPELL_LIBRARIES - The libraries needed to use Hspell +# HSPELL_DEFINITIONS - Compiler switches required for using Hspell # # HSPELL_VERSION_STRING - The version of Hspell found (x.y) # HSPELL_MAJOR_VERSION - the major version of Hspell |