MantisBT - CMake | ||||||||||||||||||||
| View Issue Details | ||||||||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||
| 0014393 | CMake | Modules | public | 2013-09-09 18:32 | 2014-12-15 09:18 | |||||||||||||||
| Reporter | tss | |||||||||||||||||||
| Assigned To | Brad King | |||||||||||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||||||||||||||
| Status | closed | Resolution | fixed | |||||||||||||||||
| Platform | Windows | OS | Any x64 | OS Version | Any x64 | |||||||||||||||
| Product Version | CMake 2.8.11.2 | |||||||||||||||||||
| Target Version | CMake 3.0 | Fixed in Version | CMake 3.0 | |||||||||||||||||
| Summary | 0014393: FindwxWidgets.cmake doesn't look for x64 wxWidgets (MSVC) directories. | |||||||||||||||||||
| Description | When compiling the 64 bit version of wxWidgets using nmake the library folders become vc_x64_lib and vc_x64_dll and can coexist with the win32 version. A simple fix is to adjust the WX_LIB_DIR_PREFIX. - set(WX_LIB_DIR_PREFIX vc) + if(CMAKE_CL_64) + set(WX_LIB_DIR_PREFIX vc_x64) + else() + set(WX_LIB_DIR_PREFIX vc) + endif() | |||||||||||||||||||
| Steps To Reproduce | ||||||||||||||||||||
| Additional Information | ||||||||||||||||||||
| Tags | No tags attached. | |||||||||||||||||||
| Relationships |
| |||||||||||||||||||
| Attached Files | https://public.kitware.com/Bug/file/4874/x64%20fix.patch | |||||||||||||||||||
| Issue History | ||||||||||||||||||||
| Date Modified | Username | Field | Change | |||||||||||||||||
| 2013-09-09 18:32 | tss | New Issue | ||||||||||||||||||
| 2013-09-09 18:32 | tss | File Added: x64 fix.patch | ||||||||||||||||||
| 2013-09-10 08:52 | Brad King | Note Added: 0033793 | ||||||||||||||||||
| 2013-09-10 08:52 | Brad King | Assigned To | => Brad King | |||||||||||||||||
| 2013-09-10 08:52 | Brad King | Status | new => assigned | |||||||||||||||||
| 2013-09-10 08:52 | Brad King | Resolution | open => fixed | |||||||||||||||||
| 2013-09-10 08:52 | Brad King | Fixed in Version | => CMake 3.0 | |||||||||||||||||
| 2013-09-10 08:52 | Brad King | Target Version | => CMake 3.0 | |||||||||||||||||
| 2013-09-10 08:52 | Brad King | Status | assigned => resolved | |||||||||||||||||
| 2014-03-03 08:49 | Brad King | Relationship added | related to 0014783 | |||||||||||||||||
| 2014-03-03 08:55 | Brad King | Relationship added | related to 0014642 | |||||||||||||||||
| 2014-10-06 10:32 | Robert Maynard | Note Added: 0036924 | ||||||||||||||||||
| 2014-10-06 10:32 | Robert Maynard | Status | resolved => closed | |||||||||||||||||
| 2014-12-15 09:18 | Brad King | Relationship added | related to 0015309 | |||||||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||