From 515b0b6d7dff3e128b2add88eef547bef3b0a3e9 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 9 Nov 2013 23:39:36 +0100 Subject: Revert unintentional change. (bzr r12786) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3