MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013309 | CMake | CMake | public | 2012-06-16 10:34 | 2012-11-05 14:33 |
Reporter | Jona | ||||
Assigned To | Brad King | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | WIndows 7 | OS | OS Version | ||
Product Version | |||||
Target Version | CMake 2.8.9 | Fixed in Version | CMake 2.8.9 | ||
Summary | 0013309: 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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|