Skip to content
Snippets Groups Projects
Commit f76b6e61 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

remove unused ENABLE_READLINE/HAVE_READLINE in cmake

parent 9026059c
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ option(ENABLE_PETSC "Enable PETSc linear algebra solvers" ON)
option(ENABLE_PLUGINS "Build the post-processing plugins" ON)
option(ENABLE_POST "Build the post-processing module" ON)
option(ENABLE_QT "Build QT GUI" OFF)
option(ENABLE_READLINE "Enable Readline in Lua prompt" ON)
option(ENABLE_RBF "Enable RBF project" OFF)
option(ENABLE_SALOME "Enable Salome routines for CAD healing" ON)
option(ENABLE_SLEPC "Enable SLEPc eigensolvers" ON)
option(ENABLE_SOLVER "Enable solver components" ON)
......
......@@ -46,7 +46,6 @@
#cmakedefine HAVE_PLUGINS
#cmakedefine HAVE_POST
#cmakedefine HAVE_QT
#cmakedefine HAVE_READLINE
#cmakedefine HAVE_SLEPC
#cmakedefine HAVE_SALOME
#cmakedefine HAVE_SOLVER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment