From cfb09222dcd5948d1841ff05736ff3068acd65c6 Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Mon, 14 Aug 2023 13:15:48 +0200 Subject: [PATCH] LibBGCode.cmake modified to download library from latest commit --- deps/LibBGCode/LibBGCode.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/LibBGCode/LibBGCode.cmake b/deps/LibBGCode/LibBGCode.cmake index 6a076e9f67..bf3225b28e 100644 --- a/deps/LibBGCode/LibBGCode.cmake +++ b/deps/LibBGCode/LibBGCode.cmake @@ -1,6 +1,6 @@ set(LibBGCode_SOURCE_DIR "" CACHE PATH "Optionally specify local LibBGCode source directory") -set(_source_dir_line "GIT_REPOSITORY;https://github.com/prusa3d/libbgcode.git;GIT_TAG;main") +set(_source_dir_line "GIT_REPOSITORY;https://github.com/prusa3d/libbgcode.git;GIT_TAG;4482d545328ebc1051d3e118ee65952bbcabb751") if (LibBGCode_SOURCE_DIR) set(_source_dir_line "SOURCE_DIR;${LibBGCode_SOURCE_DIR};BUILD_ALWAYS;ON")