summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2016-04-16 14:31:28 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2016-04-16 14:31:28 +0000
commit8047a376e9e79ab45bb6eb97c5d234c5a5247175 (patch)
treede16a9b32923379ec64e2045ee13a1dda7305245 /CMakeScripts
parentFix CMake make check to without a global gtest (diff)
downloadinkscape-8047a376e9e79ab45bb6eb97c5d234c5a5247175.tar.gz
inkscape-8047a376e9e79ab45bb6eb97c5d234c5a5247175.zip
CMake: Disable broken pseudo-option for GTKSPELL - determined automatically by pkg-config, and fix a couple of typos
(bzr r14852)
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 00c2131e2..204f96c02 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -239,7 +239,7 @@ if("${WITH_GTK3_EXPERIMENTAL}")
pkg_check_modules(GDL_3_6 gdl-3.0>=3.6)
if("${GDL_3_6_FOUND}")
- message("Using Gdl 3.6 or higher")
+ message("Using GDL 3.6 or higher")
set (WITH_GDL_3_6 1)
endif()
@@ -247,7 +247,7 @@ if("${WITH_GTK3_EXPERIMENTAL}")
pkg_check_modules(GTKSPELL3 gtkspell3-3.0)
if("${GTKSPELL3_FOUND}")
- message("Using GtkSpell3")
+ message("Using GtkSpell 3")
set (WITH_GTKSPELL 1)
else()
unset(WITH_GTKSPELL)