openimageio - actually install things

master
Adam Vandenberg 2010-06-25 10:31:25 -07:00
parent 9ef3f1fc21
commit 1f6088eb29
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Openimageio <Formula
depends_on 'tbb' => :optional
def install
system "make USE_QT=0"
system "cmake src/ #{std_cmake_parameters} -DUSE_QT:BOOL=OFF -DEMBEDPLUGINS:BOOL=ON -DUPDATE_TYPE:STRING=svn"
system "make install"
end
end