2022-07-15 15:37:19 +00:00
|
|
|
bambustudio_add_cmake_project(
|
|
|
|
CGAL
|
2023-05-04 03:19:37 +00:00
|
|
|
# GIT_REPOSITORY https://github.com/CGAL/cgal.git
|
|
|
|
# GIT_TAG caacd806dc55c61cc68adaad99f2240f00493b29 # releases/CGAL-5.3
|
2022-07-15 15:37:19 +00:00
|
|
|
# For whatever reason, this keeps downloading forever (repeats downloads if finished)
|
2023-05-04 03:19:37 +00:00
|
|
|
URL https://github.com/CGAL/cgal/archive/refs/tags/v5.4.zip
|
|
|
|
URL_HASH SHA256=d7605e0a5a5ca17da7547592f6f6e4a59430a0bc861948974254d0de43eab4c0
|
2022-07-15 15:37:19 +00:00
|
|
|
DEPENDS dep_Boost dep_GMP dep_MPFR
|
|
|
|
)
|
|
|
|
|
|
|
|
include(GNUInstallDirs)
|