CGAL.cmake 473 B

123456789101112
  1. add_cmake_project(
  2. CGAL
  3. # GIT_REPOSITORY https://github.com/CGAL/cgal.git
  4. # GIT_TAG bec70a6d52d8aacb0b3d82a7b4edc3caa899184b # releases/CGAL-5.0
  5. # For whatever reason, this keeps downloading forever (repeats downloads if finished)
  6. URL https://github.com/CGAL/cgal/archive/refs/tags/v5.4.zip
  7. URL_HASH SHA256=d7605e0a5a5ca17da7547592f6f6e4a59430a0bc861948974254d0de43eab4c0
  8. )
  9. include(GNUInstallDirs)
  10. set(DEP_CGAL_DEPENDS Boost GMP MPFR)