Skip to content

Commit

Permalink
turn off more unnecessary LCM build parts
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Apr 26, 2018
1 parent 2bfc5a6 commit c480b2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ lcm_cmake_arguments = String[]
push!(lcm_cmake_arguments,
"-DCMAKE_LIBRARY_PATH=$(joinpath(Pkg.dir("Homebrew"), "deps", "usr", "lib"))",
"-DCMAKE_INCLUDE_PATH=$(joinpath(Pkg.dir("Homebrew"), "deps", "usr", "include"))",
"-DCMAKE_BUILD_TYPE=Release")
"-DCMAKE_BUILD_TYPE=Release",
"-DLCM_ENABLE_TESTS:BOOL=OFF",
"-DLCM_ENABLE_EXAMPLES:BOOL=OFF")

end

Expand Down

0 comments on commit c480b2d

Please sign in to comment.