summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorhouz <houz@gmx.de>2015-09-02 13:40:51 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-09-02 13:40:51 +0000
commit5d1bc1e7ad9fdfac1d044616a5c5c072fb86a3ee (patch)
tree69222aecdc319ade1d086512bb4263d8b8a0df04 /CMakeLists.txt
parentChanged some strings to BSPLine widgets (diff)
downloadinkscape-5d1bc1e7ad9fdfac1d044616a5c5c072fb86a3ee.tar.gz
inkscape-5d1bc1e7ad9fdfac1d044616a5c5c072fb86a3ee.zip
remove unneccessary include from r14304
(bzr r14340)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d8337e1d7..4506ad3fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,8 +94,6 @@ option(WITH_NLS "Compile with Native Language Support (using gettext)" ON)
include(CMakeScripts/ConfigPaths.cmake) # Installation Paths
include(CMakeScripts/DefineDependsandFlags.cmake) # Includes, Compiler Flags, and Link Libraries
include(CMakeScripts/HelperMacros.cmake) # Misc Utility Macros
-include(CMakeScripts/FindGettext.cmake) # custom FindGetText
-
# -----------------------------------------------------------------------------