MantisBT - CMake | |||||||||||||||
View Issue Details | |||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
0014783 | CMake | Modules | public | 2014-03-03 06:04 | 2014-10-06 10:32 | ||||||||||
Reporter | philrosenberg | ||||||||||||||
Assigned To | |||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||
Status | closed | Resolution | duplicate | ||||||||||||
Platform | PC | OS | Windows 8 63 bit | OS Version | 8 | ||||||||||
Product Version | |||||||||||||||
Target Version | Fixed in Version | ||||||||||||||
Summary | 0014783: nightly build problem with findwxWidgets | ||||||||||||||
Description | Hi I previously reported a bug with the findwxWidgets module where CMake never found the 64 bit version of wxWidgets on Windows - http://www.cmake.org/Bug/view.php?id=14642 [^] I notice in the latest nightly build that some changes have been made to try to fix this. However, now if I use the 32 bit Visual Studio generator I get the 64 bit version of wxWidgets, so the problem is now reversed - i.e. CMake always finds the 64 bit version even when it should find the 32 bit version. To fix this you can use if( ${CMAKE_GENERATOR} MATCHES "Win64$" ) to set the 64 bit prefix, rather than if(CMAKE_CL_64) Phil | ||||||||||||||
Steps To Reproduce | |||||||||||||||
Additional Information | |||||||||||||||
Tags | No tags attached. | ||||||||||||||
Relationships |
| ||||||||||||||
Attached Files | |||||||||||||||
Issue History | |||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||
2014-03-03 06:04 | philrosenberg | New Issue | |||||||||||||
2014-03-03 08:49 | Brad King | Relationship added | related to 0014393 | ||||||||||||
2014-03-03 08:52 | Brad King | Note Added: 0035228 | |||||||||||||
2014-03-03 08:53 | Brad King | Relationship added | related to 0014642 | ||||||||||||
2014-03-03 08:56 | Brad King | Relationship replaced | duplicate of 0014642 | ||||||||||||
2014-03-03 08:57 | Brad King | Note Added: 0035229 | |||||||||||||
2014-03-03 08:57 | Brad King | Status | new => resolved | ||||||||||||
2014-03-03 08:57 | Brad King | Resolution | open => duplicate | ||||||||||||
2014-10-06 10:32 | Robert Maynard | Note Added: 0036925 | |||||||||||||
2014-10-06 10:32 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|