aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dmalloc.rb
diff options
context:
space:
0 files changed, 0 insertions, 0 deletions
'wget' => :optional depends_on 'doxygen' if build.include? 'docs' depends_on 'graphviz' if build.include? 'docs' def install mkdir "build" do args = std_cmake_args + %w[..] args << '-DBUILD_DOCUMENTATION=ON' if build.include? 'docs' system "cmake", *args system "make install" end end end