Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#1780 from jonathan-owens/with_bull…
Browse files Browse the repository at this point in the history
…et_on_default

Remove comment about bullet not building
  • Loading branch information
RussTedrake committed Mar 3, 2016
2 parents ab11113 + cfb2a65 commit e8ca6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ option(REMOVE_UNUSED_EXTERNALS "enable this to remove those projects from disk"
# ON by default:
option(WITH_EIGEN "required c++ matrix library. only disable if you have it already." ON)
option(WITH_SWIGMAKE "helper tools to build python & MATLAB wrappers for C++ libraries with Eigen" ON)
option(WITH_BULLET "used for collision detection" ON) # almost works. just one remaining link error..?
option(WITH_BULLET "used for collision detection" ON)
option(WITH_LCM "interprocess communications protocol for visualizers, etc" ON)
if (WIN32)
option(WITH_GTK "precompiled gtk binaries/headers for Windows" ON) # needed for lcm on windows
Expand Down

0 comments on commit e8ca6af

Please sign in to comment.