Browse Source

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.
tamasmeszaros 2 years ago
parent
commit
4325608a56
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deps/wxWidgets/wxWidgets.cmake

+ 1 - 0
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)