[cmake-developers] FindBullet (was: CMake branch, next, updated. v2.8.5-1956-gd66bbbd)

Brad King brad.king at kitware.com
Fri Sep 23 08:14:09 EDT 2011


On 9/22/2011 11:35 PM, Philip Lowman wrote:
>      6f935d7 FindBullet: Also search for _Debug postfixed library names

This is is a good fix for the short term.  However, since Bullet itself
builds with CMake the upstream developers of that project should create
a modern package configuration file:

   http://www.cmake.org/Wiki/CMake/Tutorials#CMake_Packages

Then FindBullet can start with something like

   find_package(Bullet NO_MODULE)

and fall back to the old search only when a BulletConfig.cmake is not found.

-Brad



More information about the cmake-developers mailing list