From c391adff748092202461764b7670d12b0686e4ea Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Tue, 20 Jul 2021 15:13:53 +0200 Subject: [PATCH] Fix boost_polygon download --- deps/Boost/Boost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Boost/Boost.cmake b/deps/Boost/Boost.cmake index e6564170f..ae2bd9646 100644 --- a/deps/Boost/Boost.cmake +++ b/deps/Boost/Boost.cmake @@ -135,7 +135,7 @@ if ("${CMAKE_SIZEOF_VOID_P}" STREQUAL "8") EXCLUDE_FROM_ALL ON # GIT_REPOSITORY "https://github.com/prusa3d/polygon" # GIT_TAG prusaslicer_gmp - https://github.com/prusa3d/polygon/archive/refs/heads/prusaslicer_gmp.zip + URL https://github.com/prusa3d/polygon/archive/refs/heads/prusaslicer_gmp.zip URL_HASH SHA256=abeb9710f0a7069fb9b22181ae5c56f6066002f125db210e7ffb27032aed6824 DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/boost_polygon DEPENDS dep_Boost