| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014175 | CMake | Modules | public | 2013-05-28 05:25 | 2013-10-07 10:09 | ||||
| Reporter | Bjoern Thiel | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake 2.8.10.2 | ||||||||
| Target Version | CMake 2.8.12 | Fixed in Version | CMake 2.8.12 | ||||||
| Summary | 0014175: SelectLibraryConfigurations.cmake fails on cached variable | ||||||||
| Description | In line 65 set( ${basename}_LIBRARY ) removes the normal variable, but if the corresponding cached variable is present in line 67 list( APPEND ${basename}_LIBRARY optimized "${_libname}" ) uses that and fails. To fix this replace line 65 with set( ${basename}_LIBRARY "" ) | ||||||||
| Steps To Reproduce | Use FindPythonLibs.cmake | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0033141) Brad King (manager) 2013-05-28 09:35 |
Patch applied, thanks: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a2099a8e [^] |
|
(0034065) Robert Maynard (manager) 2013-10-07 10:09 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2013-05-28 05:25 | Bjoern Thiel | New Issue | |
| 2013-05-28 09:35 | Brad King | Note Added: 0033141 | |
| 2013-05-28 09:35 | Brad King | Assigned To | => Brad King |
| 2013-05-28 09:35 | Brad King | Status | new => resolved |
| 2013-05-28 09:35 | Brad King | Resolution | open => fixed |
| 2013-05-28 09:35 | Brad King | Fixed in Version | => CMake 2.8.12 |
| 2013-05-28 09:35 | Brad King | Target Version | => CMake 2.8.12 |
| 2013-10-07 10:09 | Robert Maynard | Note Added: 0034065 | |
| 2013-10-07 10:09 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |