summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-11-09 22:39:36 +0000
committerMarkus Engel <markus.engel@tum.de>2013-11-09 22:39:36 +0000
commit515b0b6d7dff3e128b2add88eef547bef3b0a3e9 (patch)
tree9000749bfa0044409a03e7937b711be90b2beb26
parentMoved and renamed some tool-related files. (diff)
downloadinkscape-515b0b6d7dff3e128b2add88eef547bef3b0a3e9.tar.gz
inkscape-515b0b6d7dff3e128b2add88eef547bef3b0a3e9.zip
Revert unintentional change.
(bzr r12786)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e9380e3b..34bbb9a82 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ option(WITH_PROFILING "Turn on profiling" OFF) # Set to true if compiler/linker
option(WITH_GTKSPELL "Compile with support for GTK spelling widget" ON)
option(WITH_LIBWPG "Compile with support of libpoppler-cairo for WordPrefect Graphics" ON)
-option(ENABLE_POPPLER "Compile with support of libpoppler" OFF)
+option(ENABLE_POPPLER "Compile with support of libpoppler" ON)
option(ENABLE_POPPLER_CAIRO "Compile with support of libpoppler-cairo for rendering PDF preview (depends on ENABLE_POPPLER)" ON)
include(CMakeScripts/ConfigPaths.cmake) # Installation Paths