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:
parent
8914dfa1f6
commit
4325608a56
1
deps/wxWidgets/wxWidgets.cmake
vendored
1
deps/wxWidgets/wxWidgets.cmake
vendored
@ -38,6 +38,7 @@ prusaslicer_add_cmake_project(wxWidgets
|
||||
-DwxUSE_LIBSDL=OFF
|
||||
-DwxUSE_XTEST=OFF
|
||||
-DwxUSE_GLCANVAS_EGL=OFF
|
||||
-DwxUSE_WEBREQUEST=OFF
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
|
Loading…
Reference in New Issue
Block a user