ros / cmake_modules

A common repository for CMake Modules which are not distributed with CMake but are commonly used by ROS packages.
BSD 3-Clause "New" or "Revised" License
33 stars 51 forks source link

Add module to find VRPN #34

Closed paulbovbel closed 9 years ago

paulbovbel commented 9 years ago

Taken from https://github.com/vrpn/vrpn/blob/master/cmake/FindVRPN.cmake

wjwwood commented 9 years ago

Does vrpn not provide this?

paulbovbel commented 9 years ago

vrpn contains this file, but does not install it. Also since vrpn is not a catkin package, I cannot use the CFG_EXTRAS macro to append an installed directory to the CMAKE_MODULE_PATH.

paulbovbel commented 9 years ago

Figured out how to implement this in bloom patch, https://github.com/clearpath-gbp/vrpn-release/blob/patches/release/indigo/vrpn/0002-Fixup-cmake-for-release.patch#L34, thanks.