From 896c9bc48e4d8ad3117934b5671bc26c49f6eb63 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Sat, 20 Apr 2019 14:00:26 +0200 Subject: [PATCH] cgal: fix and revision for boost --- Formula/cgal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/cgal.rb b/Formula/cgal.rb index 65962f2a3d..16bbb39754 100644 --- a/Formula/cgal.rb +++ b/Formula/cgal.rb @@ -3,6 +3,7 @@ class Cgal < Formula homepage "https://www.cgal.org/" url "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14/CGAL-4.14.tar.xz" sha256 "59464b1eaee892f2223ba570a7642892c999e29524ab102a6efd7c29c94a29f7" + revision 1 bottle do cellar :any @@ -26,6 +27,7 @@ class Cgal < Formula -DWITH_CGAL_Qt5=OFF -DWITH_CGAL_ImageIO=OFF ] + system "cmake", ".", *args system "make", "install" end