delfrrr / delaunator-cpp

A really fast C++ library for Delaunay triangulation of 2D points
MIT License
497 stars 98 forks source link

CMake - [Mason] Failed to download #19

Open twoz opened 5 years ago

twoz commented 5 years ago

CMake fails to generate the project as the URL for the mason binaries seems to be no longer valid:

CMake Error at cmake/mason.cmake:118 (message):
  [Mason] Failed to download
  https://mason-binaries.s3.amazonaws.com/linux-/benchmark/1.2.0.tar.gz:
  curl: (22) The requested URL returned error: 403 Forbidden

Steps to reproduce:

  1. Open the repository in CMake
  2. Try to generate project files
ShadyNawara commented 4 years ago

This pull request #24 fixes the issue

Mngdd commented 2 years ago

how to open git repository in cmake?