CMake: Remove duplicate wxUSE_IMAGE option

This commit is contained in:
Maarten Bent
2018-03-23 21:59:38 +01:00
parent e2ddc3e863
commit e4c0beac25

View File

@@ -9,8 +9,6 @@
include(../../source_groups.cmake) include(../../source_groups.cmake)
wx_option(wxUSE_IMAGE "use wxImage class" ON)
wx_append_sources(CORE_SRC GUI_CMN) wx_append_sources(CORE_SRC GUI_CMN)
wx_append_sources(CORE_SRC BASE_AND_GUI_CMN) wx_append_sources(CORE_SRC BASE_AND_GUI_CMN)
if(WIN32) if(WIN32)