Skip to content

Commit

Permalink
opencolorio: drop java option
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 authored and ilovezfs committed Feb 6, 2018
1 parent 2c80ef7 commit 8fe74fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/opencolorio.rb
Expand Up @@ -13,7 +13,6 @@ class Opencolorio < Formula
end

option "with-test", "Verify the build with its unit tests (~1min)"
option "with-java", "Build ocio with java bindings"
option "with-docs", "Build the documentation"

deprecated_option "with-tests" => "with-test"
Expand All @@ -25,7 +24,6 @@ class Opencolorio < Formula

def install
args = std_cmake_args
args << "-DOCIO_BUILD_JNIGLUE=ON" if build.with? "java"
args << "-DOCIO_BUILD_TESTS=ON" if build.with? "test"
args << "-DOCIO_BUILD_DOCS=ON" if build.with? "docs"
args << "-DCMAKE_VERBOSE_MAKEFILE=OFF"
Expand Down

0 comments on commit 8fe74fb

Please sign in to comment.