summaryrefslogtreecommitdiff
blob: 3123ce4477c9350568fbcbc72ec63a07630d3eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/CMakeLists_Dependencies.cmake	2019-07-31 00:34:43.000000000 +0200
+++ b/CMakeLists_Dependencies.cmake	2019-10-02 00:17:34.968355656 +0200
@@ -954,6 +954,16 @@
 endif()
 #>>HUNSPELL for Speelling support
 
+#<<HYPHEN for Hyphenation support
+find_package(HYPHEN)
+if(HYPHEN_FOUND)
+	message("System Hyphen Found OK")
+	set(HAVE_HYPHEN ON)
+else()
+	message("Hyphen or its developer libraries NOT found - using bundled Hyphen instead")
+endif()
+#>>HYPHEN for Hyphenation support
+
 #<<PoDoFo for AI PDF import
 option(WITH_PODOFO "Enable support for PDF embedded in AI" ON)
 if (WITH_PODOFO)