From 7a3c7c4875488d0fe6f6f86e7ec6adbfa94d2a94 Mon Sep 17 00:00:00 2001 From: Drew Waranis Date: Fri, 21 Nov 2014 04:17:09 -0800 Subject: assimp: boost isn't required. Closes #34371. Signed-off-by: Mike McQuaid --- Library/Formula/assimp.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/assimp.rb b/Library/Formula/assimp.rb index 6b1d716f1..1c43a356a 100644 --- a/Library/Formula/assimp.rb +++ b/Library/Formula/assimp.rb @@ -8,8 +8,9 @@ class Assimp < Formula head 'https://github.com/assimp/assimp.git' + option "without-boost", "Compile without thread safe logging or multithreaded computation if boost isn't installed" depends_on 'cmake' => :build - depends_on 'boost' + depends_on 'boost' => :recommended def install system "cmake", ".", *std_cmake_args -- cgit v1.2.3