| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| 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. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| 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. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |