Remove commented line

This commit is contained in:
Guillaume Damiand 2016-03-09 14:42:24 +01:00
parent c623442071
commit a528ff0847
1 changed files with 1 additions and 3 deletions

View File

@ -27,15 +27,13 @@ find_package(OpenGL)
# Find QGLViewer
if(Qt5_FOUND)
find_package(QGLViewer )
find_package(QGLViewer)
endif(Qt5_FOUND)
if(CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND AND OPENGL_FOUND AND QGLVIEWER_FOUND)
include_directories ( ${QGLVIEWER_INCLUDE_DIR} )
# cgal_include_moc_files()
qt5_wrap_ui( UI_FILES MainWindow.ui )
include(AddFileDependencies)