vrpn: avoid opportunistic linkage against java
Closes #31183. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
302952b33b
commit
95fd0d6881
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class Vrpn < Formula
|
|||
|
||||
args = std_cmake_args
|
||||
args << "-DCMAKE_OSX_SYSROOT=#{MacOS.sdk_path}"
|
||||
args << "-DVRPN_BUILD_JAVA:BOOL=OFF"
|
||||
|
||||
if build.with? "clients"
|
||||
args << "-DVRPN_BUILD_CLIENTS:BOOL=ON"
|
||||
|
|
Loading…
Reference in a new issue