From 9cfa7b871260be0ecd743f89346ebf1a32ccb07b Mon Sep 17 00:00:00 2001 From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be> Date: Wed, 23 Jan 2013 14:33:12 +0000 Subject: [PATCH] disable POPPLER by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6e222bffc..4125fbb710 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" ${DEFAULT}) +option(ENABLE_POPPLER "Enable POPPLER package for displaying PDF documents" OFF) 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