mccdo / osgbullet

Bullet physics and OpenSceneGraph integration
65 stars 34 forks source link

FindBullet.cmake doesn't warn when it can't find Bullet libraries #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In CMake, set BULLET_BUILD_DIR to some random directory not containing Bullet, 
and BULLET_SOURCE_DIR to a directory that does contain the Bullet source. CMake 
should (and does) fail to find the Bullet libraries; check this by looking at 
the 'advanced' variables. But it doesn't warn you.

This is an issue in the FindBullet.cmake script. The script itself is suppoed 
to check for the REQUIRED setting and throw a fatal error is the package isn't 
found.

Original issue reported on code.google.com by SkewMat...@gmail.com on 17 Nov 2010 at 10:21

GoogleCodeExporter commented 9 years ago
Current svn trunk uses the stock FindBuller.cmake script that shipd with CMake, 
so this bug is no longer valid.

Original comment by SkewMat...@gmail.com on 14 Dec 2010 at 7:39