mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 04:25:57 +08:00
use git to download libbgcode by default
should work on the build server
This commit is contained in:
parent
d9f0c1a052
commit
6d3d3298da
2
deps/LibBGCode/LibBGCode.cmake
vendored
2
deps/LibBGCode/LibBGCode.cmake
vendored
@ -1,6 +1,6 @@
|
||||
set(LibBGCode_SOURCE_DIR "" CACHE PATH "Optionally specify local LibBGCode source directory")
|
||||
|
||||
set(_source_dir_line "URL;https://github.com/prusa3d/libbgcode/archive/refs/heads/main.zip")
|
||||
set(_source_dir_line "GIT_REPOSITORY;git@github.com:prusa3d/libbgcode.git;GIT_TAG;main")
|
||||
|
||||
if (LibBGCode_SOURCE_DIR)
|
||||
set(_source_dir_line "SOURCE_DIR;${LibBGCode_SOURCE_DIR};BUILD_ALWAYS;ON")
|
||||
|
Loading…
x
Reference in New Issue
Block a user