View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013309CMakeCMakepublic2012-06-16 10:342012-11-05 14:33
ReporterJona 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformWIndows 7OSOS Version
Product Version 
Target VersionCMake 2.8.9Fixed in VersionCMake 2.8.9 
Summary0013309: FindBullet is missing a library name
DescriptionLine 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0029715)
Brad King (manager)
2012-06-18 08:38

Applied, thanks:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4393b3bb [^]
(0031453)
David Cole (manager)
2012-11-05 14:33

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2012-06-16 10:34 Jona New Issue
2012-06-18 08:38 Brad King Note Added: 0029715
2012-06-18 08:38 Brad King Assigned To => Brad King
2012-06-18 08:38 Brad King Status new => resolved
2012-06-18 08:38 Brad King Resolution open => fixed
2012-06-18 08:38 Brad King Fixed in Version => CMake 2.8.9
2012-06-18 08:38 Brad King Target Version => CMake 2.8.9
2012-11-05 14:33 David Cole Note Added: 0031453
2012-11-05 14:33 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team