Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/deps-mingw.cmake')
-rw-r--r--deps/deps-mingw.cmake16
1 files changed, 0 insertions, 16 deletions
diff --git a/deps/deps-mingw.cmake b/deps/deps-mingw.cmake
index bfe5f9fe4..89b7e2b43 100644
--- a/deps/deps-mingw.cmake
+++ b/deps/deps-mingw.cmake
@@ -57,20 +57,4 @@ ExternalProject_Add(dep_libcurl
-DCURL_DISABLE_GOPHER=ON
-DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
${DEP_CMAKE_OPTS}
-)
-
-ExternalProject_Add(dep_wxwidgets
- EXCLUDE_FROM_ALL 1
- GIT_REPOSITORY "https://github.com/prusa3d/wxWidgets"
- GIT_TAG v3.1.1-patched
-# URL "https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.1/wxWidgets-3.1.1.tar.bz2"
-# URL_HASH SHA256=c925dfe17e8f8b09eb7ea9bfdcfcc13696a3e14e92750effd839f5e10726159e
-# PATCH_COMMAND "${CMAKE_COMMAND}" -E copy "${CMAKE_CURRENT_SOURCE_DIR}\\wxwidgets-pngprefix.h" src\\png\\pngprefix.h
- CMAKE_ARGS
- -DBUILD_SHARED_LIBS=OFF
- -DwxUSE_LIBPNG=builtin
- -DwxUSE_ZLIB=builtin
- -DwxUSE_OPENGL=ON
- -DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
- ${DEP_CMAKE_OPTS}
) \ No newline at end of file