aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/assimp.rb3
1 files changed, 2 insertions, 1 deletions
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