diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b94ce6910f4efb94ec05b03de844ad10805f83a..7010f9319b385da4246d51b06d9500163532557a 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})