summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorKen Moffat <>2015-05-04 01:35:42 +0000
committer~suv <suv-sf@users.sourceforge.net>2015-05-04 01:35:42 +0000
commit2495bd800225461079ed3b893a55dd4f73ec4d03 (patch)
tree6a82dd7f93f9e74e91804c60694076bf121e6a88 /CMakeScripts
parentcmake: add configuration option for ImageMagick (diff)
downloadinkscape-2495bd800225461079ed3b893a55dd4f73ec4d03.tar.gz
inkscape-2495bd800225461079ed3b893a55dd4f73ec4d03.zip
cmake: fix WITH_GTKSPELL configuration option
(bzr r14103)
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 854701145..2ce7ffce9 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -297,8 +297,9 @@ if(WITH_GTKSPELL)
list(APPEND INKSCAPE_INCS_SYS ${GTKSPELL_INCLUDE_DIR})
list(APPEND INKSCAPE_LIBS ${GTKSPELL_LIBRARIES})
add_definitions(${GTKSPELL_DEFINITIONS})
+ else()
+ set(WITH_GTKSPELL OFF)
endif()
- set(WITH_GTKSPELL ${GTKSPELL_FOUND})
endif()
#find_package(OpenSSL)