MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0015531 | CMake | Modules | public | 2015-04-24 05:12 | 2015-11-02 09:13 | |||||
| Reporter | Bjoern Thiel | |||||||||
| Assigned To | ||||||||||
| Priority | high | Severity | major | Reproducibility | always | |||||
| Status | closed | Resolution | fixed | |||||||
| Platform | OS | Windows | OS Version | |||||||
| Product Version | ||||||||||
| Target Version | CMake 3.3 | Fixed in Version | CMake 3.3 | |||||||
| Summary | 0015531: InstallRequiredSystemLibraries misses MBCS MFC libraries | |||||||||
| Description | if("${v}" LESS 12 OR EXISTS "${MSVC${v}_MFC_DIR}/mfc${v}0d.dll") may be false for version >= 12 as ${MSVC${v}_MFC_DIR} is not always set correctly at that time. | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | I patched it replacing the if(mbcs) with if("${v}" LESS 12 OR EXISTS "${MSVC${v}_MFC_DIR}/mfc${v}0d.dll") and if("${v}" LESS 12 OR EXISTS "${MSVC${v}_MFC_DIR}/mfc${v}0.dll") and erasing the set(mbcs ... stuff. | |||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2015-04-24 05:12 | Bjoern Thiel | New Issue | ||||||||
| 2015-04-27 10:01 | Brad King | Relationship added | related to 0014903 | |||||||
| 2015-04-27 10:01 | Brad King | Note Added: 0038613 | ||||||||
| 2015-04-27 10:13 | Brad King | Note Added: 0038614 | ||||||||
| 2015-04-27 10:13 | Brad King | Severity | crash => major | |||||||
| 2015-04-27 10:13 | Brad King | Status | new => resolved | |||||||
| 2015-04-27 10:13 | Brad King | Resolution | open => fixed | |||||||
| 2015-04-27 10:13 | Brad King | Fixed in Version | => CMake 3.3 | |||||||
| 2015-04-27 10:13 | Brad King | Target Version | => CMake 3.3 | |||||||
| 2015-11-02 09:13 | Robert Maynard | Note Added: 0039790 | ||||||||
| 2015-11-02 09:13 | Robert Maynard | Status | resolved => closed | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||