From 4325608a56d3638b74f1f2ad0616eef26200c9dc Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Tue, 1 Nov 2022 16:52:42 +0100 Subject: [PATCH] Disable webrequest for wxWidgets as we don't need it It requires CURL and doesn't like our static build so it links to the system curl instead which is bad. --- deps/wxWidgets/wxWidgets.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/wxWidgets/wxWidgets.cmake b/deps/wxWidgets/wxWidgets.cmake index 8056a01d3..95f54c1a2 100644 --- a/deps/wxWidgets/wxWidgets.cmake +++ b/deps/wxWidgets/wxWidgets.cmake @@ -38,6 +38,7 @@ prusaslicer_add_cmake_project(wxWidgets -DwxUSE_LIBSDL=OFF -DwxUSE_XTEST=OFF -DwxUSE_GLCANVAS_EGL=OFF + -DwxUSE_WEBREQUEST=OFF ) if (MSVC)