From 55b3d5964c42ba2084041241ac17f5fad9ea423c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 11 Nov 2012 19:32:04 +0000 Subject: [PATCH] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b94ce6910..7010f9319b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ option(ENABLE_PARSER "Build the GEO file parser" ${DEFAULT}) option(ENABLE_PETSC "Enable PETSc linear algebra solvers" ${DEFAULT}) option(ENABLE_PLUGINS "Build the post-processing plugins" ${DEFAULT}) option(ENABLE_POST "Build the post-processing module" ${DEFAULT}) -option(ENABLE_POPPLER "Enable POPPLER package for displaying PDF documents" ON) +option(ENABLE_POPPLER "Enable POPPLER package for displaying PDF documents" ${DEFAULT}) option(ENABLE_QT "Build proof-of-concept QT GUI" OFF) option(ENABLE_RTREE "Enable RTREE" ${DEFAULT}) option(ENABLE_SALOME "Enable Salome routines for CAD healing" ${DEFAULT}) -- GitLab