MantisBT - CMake | |||||
| View Issue Details | |||||
| 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 | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||