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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to