Skip to content
Snippets Groups Projects
Commit 9cfa7b87 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

disable POPPLER by default

parent 59cd559c
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment