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.
This commit is contained in:
tamasmeszaros 2022-11-01 16:52:42 +01:00
parent 8914dfa1f6
commit 4325608a56

View File

@ -38,6 +38,7 @@ prusaslicer_add_cmake_project(wxWidgets
-DwxUSE_LIBSDL=OFF
-DwxUSE_XTEST=OFF
-DwxUSE_GLCANVAS_EGL=OFF
-DwxUSE_WEBREQUEST=OFF
)
if (MSVC)