summaryrefslogtreecommitdiff
path: root/cmake/FindENCHANT.cmake
AgeCommit message (Collapse)Author
2014-09-20aspell: fix compilation with enchant version older than 1.6.0 (closes #192)Sébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant