[cmake-developers] [CMake 0013309]: FindBullet is missing a library name

Mantis Bug Tracker mantis at public.kitware.com
Sat Jun 16 10:34:07 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13309 
====================================================================== 
Reported By:                Jona
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13309
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-06-16 10:34 EDT
Last Modified:              2012-06-16 10:34 EDT
====================================================================== 
Summary:                    FindBullet is missing a library name
Description: 
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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-06-16 10:34 Jona           New Issue                                    
======================================================================




More information about the cmake-developers mailing list