From 89203fd4b461c056934ee4addb517f1097adfb66 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 25 Nov 2023 11:10:23 +0100 Subject: [PATCH] deps: Remove unused wxWidgets build option CMake Warning: Manually-specified variables were not used by the project: wxUSE_LIBXPM --- deps/wxWidgets/wxWidgets.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/wxWidgets/wxWidgets.cmake b/deps/wxWidgets/wxWidgets.cmake index bd4351f2a..5aebbceea 100644 --- a/deps/wxWidgets/wxWidgets.cmake +++ b/deps/wxWidgets/wxWidgets.cmake @@ -46,7 +46,6 @@ bambustudio_add_cmake_project(wxWidgets -DwxUSE_WEBVIEW_IE=OFF -DwxUSE_REGEX=builtin -DwxUSE_LIBMSPACK=OFF - -DwxUSE_LIBXPM=builtin -DwxUSE_LIBSDL=OFF -DwxUSE_XTEST=OFF -DwxUSE_STC=OFF