From e4c0beac257b65bfc758e7cbd8d9a590937cba90 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Fri, 23 Mar 2018 21:59:38 +0100 Subject: [PATCH] CMake: Remove duplicate wxUSE_IMAGE option --- build/cmake/lib/core/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/cmake/lib/core/CMakeLists.txt b/build/cmake/lib/core/CMakeLists.txt index d9847854e2..01edc85f35 100644 --- a/build/cmake/lib/core/CMakeLists.txt +++ b/build/cmake/lib/core/CMakeLists.txt @@ -9,8 +9,6 @@ include(../../source_groups.cmake) -wx_option(wxUSE_IMAGE "use wxImage class" ON) - wx_append_sources(CORE_SRC GUI_CMN) wx_append_sources(CORE_SRC BASE_AND_GUI_CMN) if(WIN32)