2019-12-10 10:08:54 +00:00
|
|
|
prusaslicer_add_cmake_project(
|
|
|
|
CGAL
|
2021-03-23 18:01:18 +00:00
|
|
|
# GIT_REPOSITORY https://github.com/CGAL/cgal.git
|
|
|
|
# GIT_TAG bec70a6d52d8aacb0b3d82a7b4edc3caa899184b # releases/CGAL-5.0
|
2019-12-10 11:50:52 +00:00
|
|
|
# For whatever reason, this keeps downloading forever (repeats downloads if finished)
|
2022-02-23 15:09:23 +00:00
|
|
|
URL https://github.com/CGAL/cgal/archive/refs/tags/v5.4.zip
|
|
|
|
URL_HASH SHA256=d7605e0a5a5ca17da7547592f6f6e4a59430a0bc861948974254d0de43eab4c0
|
2021-03-22 13:35:49 +00:00
|
|
|
DEPENDS dep_Boost dep_GMP dep_MPFR
|
2019-12-17 12:05:18 +00:00
|
|
|
)
|
|
|
|
|
2019-12-18 14:42:53 +00:00
|
|
|
include(GNUInstallDirs)
|