MantisBT - CMake
View Issue Details
0013309CMakeCMakepublic2012-06-16 10:342012-11-05 14:33
Jona 
Brad King 
normalminoralways
closedfixed 
WIndows 7
 
CMake 2.8.9CMake 2.8.9 
0013309: FindBullet is missing a library name
Line 66 of FindBullet.cmake is

_FIND_BULLET_LIBRARY(BULLET_MATH_LIBRARY_DEBUG BulletMath_Debug BulletMath_d LinearMath_d)

There is a LinearMath_Debug missing, (the _Debug Name is present in all other lines). So this line should look like:

_FIND_BULLET_LIBRARY(BULLET_MATH_LIBRARY_DEBUG BulletMath_Debug BulletMath_d LinearMath_Debug LinearMath_d)

After this change, the script manages to find all debug&release libraries on my system.
No tags attached.
Issue History
2012-06-16 10:34JonaNew Issue
2012-06-18 08:38Brad KingNote Added: 0029715
2012-06-18 08:38Brad KingAssigned To => Brad King
2012-06-18 08:38Brad KingStatusnew => resolved
2012-06-18 08:38Brad KingResolutionopen => fixed
2012-06-18 08:38Brad KingFixed in Version => CMake 2.8.9
2012-06-18 08:38Brad KingTarget Version => CMake 2.8.9
2012-11-05 14:33David ColeNote Added: 0031453
2012-11-05 14:33David ColeStatusresolved => closed

Notes
(0029715)
Brad King   
2012-06-18 08:38   
Applied, thanks:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4393b3bb [^]
(0031453)
David Cole   
2012-11-05 14:33   
Closing resolved issues that have not been updated in more than 4 months.