From 68a5b54095731dd07a262519fb2dcc6f441e6bbf Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 12 Oct 2009 20:46:41 +0000
Subject: [PATCH] remove unused case

---
 CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b7c12bfcc9..2c8ff67880 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -743,8 +743,6 @@ if(HAVE_FLTK)
 elseif(HAVE_QT)
   qt4_wrap_cpp(GMSH_MOC_SRC ${GMSH_MOC_HDR})
   add_executable(gmsh WIN32 Qt/Main.cpp ${GMSH_SRC} ${GMSH_MOC_SRC})
-elseif(HAVE_OPENGL)
-  add_executable(gmsh Common/Main.cpp ${GMSH_SRC})
 else(HAVE_FLTK)
   add_executable(gmsh Common/Main.cpp ${GMSH_SRC})
 endif(HAVE_FLTK)
-- 
GitLab