mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-03 03:40:39 +08:00
16 lines
718 B
CMake
16 lines
718 B
CMake
#/|/ Copyright (c) Prusa Research 2019 - 2022 Tomáš Mészáros @tamasmeszaros, Filip Sykala @Jony01, Vojtěch Bubník @bubnikv, David Kocík @kocikdav
|
|
#/|/
|
|
#/|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
|
#/|/
|
|
prusaslicer_add_cmake_project(
|
|
CGAL
|
|
# GIT_REPOSITORY https://github.com/CGAL/cgal.git
|
|
# GIT_TAG bec70a6d52d8aacb0b3d82a7b4edc3caa899184b # releases/CGAL-5.0
|
|
# For whatever reason, this keeps downloading forever (repeats downloads if finished)
|
|
URL https://github.com/CGAL/cgal/archive/refs/tags/v5.4.zip
|
|
URL_HASH SHA256=d7605e0a5a5ca17da7547592f6f6e4a59430a0bc861948974254d0de43eab4c0
|
|
DEPENDS dep_Boost dep_GMP dep_MPFR
|
|
)
|
|
|
|
include(GNUInstallDirs)
|