Remove redundant includes, debug message.

This commit is contained in:
Joseph Lenox 2018-11-18 10:19:22 -06:00
parent e01dd0bd42
commit affa0d7553

View File

@ -372,13 +372,8 @@ set(SLIC3R_GUI_INCLUDES
IF(wxWidgets_FOUND AND OPENGL_FOUND AND Enable_GUI)
MESSAGE("wx found!")
MESSAGE("OpenGL found!")
MESSAGE(${OPENGL_INCLUDE_DIR})
INCLUDE("${wxWidgets_USE_FILE}")
include_directories(${GUI_LIBDIR})
include_directories(${wxWidgets_INCLUDE})
add_library(slic3r_gui STATIC
${GUI_LIBDIR}/Dialogs/AboutDialog.cpp
${GUI_LIBDIR}/Dialogs/PresetEditor.cpp