From f76b6e6171234b8b30d72e21c9fb1684ea5e7acc Mon Sep 17 00:00:00 2001
From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be>
Date: Tue, 20 Sep 2011 09:20:58 +0000
Subject: [PATCH] remove unused ENABLE_READLINE/HAVE_READLINE in cmake

---
 CMakeLists.txt         | 2 +-
 Common/GmshConfig.h.in | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 22057cb47e..a19e3edc92 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/Common/GmshConfig.h.in b/Common/GmshConfig.h.in
index 8997d6166b..e1a831ea8d 100644
--- a/Common/GmshConfig.h.in
+++ b/Common/GmshConfig.h.in
@@ -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
-- 
GitLab