Skip to content
Snippets Groups Projects
Commit 68a5b540 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

remove unused case

parent 74382835
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment