Skip to content

Commit ad3b282

Browse files
authored
Merge pull request #44 from tkoolen/tk/disable-java-lua
Disable Java and Lua bindings and utilities.
2 parents 12b7607 + c7581b3 commit ad3b282

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/build.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ prefix = joinpath(BinDeps.depsdir(lcm), "usr")
4242
lcm_cmake_arguments = [
4343
"-DCMAKE_BUILD_TYPE=Release",
4444
"-DLCM_ENABLE_TESTS:BOOL=OFF",
45-
"-DLCM_ENABLE_EXAMPLES:BOOL=OFF"
45+
"-DLCM_ENABLE_EXAMPLES:BOOL=OFF",
46+
"-DLCM_ENABLE_JAVA:BOOL=OFF",
47+
"-DLCM_ENABLE_LUA:BOOL=OFF"
4648
]
4749

4850
@static if Sys.isapple()

0 commit comments

Comments
 (0)