| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| 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() | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | ||||||||||||||||
|
||||||||||||||||
| Relationships |
| Notes | |
|
(0033793) Brad King (manager) 2013-09-10 08:52 |
Applied, thanks! http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=870f91e3 [^] |
|
(0036924) Robert Maynard (manager) 2014-10-06 10:32 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |