RobotLocomotion / libbot

Deprecated git mirror of the svn repository formerly located at https://code.google.com/p/libbot. Please use the upstream https://github.com/libbot2/libbot2 or new fork https://github.com/RobotLocomotion/libbot2 instead.
GNU Lesser General Public License v3.0
22 stars 30 forks source link

Add "dummy" install target #15

Closed mwoehlke-kitware closed 8 years ago

mwoehlke-kitware commented 8 years ago

Add some no-op install logic to force creation of an 'install' target. This allows for easier use of libbot via CMake external projects, by not requiring such users to explicitly disable the install step.

(In particular, this will newly allow drake to consume libbot as a "CMake POD".)