View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015015 | CMake | CMake | public | 2014-07-10 16:10 | 2015-01-05 08:39 | ||||
Reporter | Gunnar Roth | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | no change required | ||||||
Platform | Wince | OS | OS Version | ||||||
Product Version | CMake 3.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015015: Bug 0015012 documents the platform Id now but there is no platform I'd for wince defined. | ||||||||
Description | Is this by intent? | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0036350) Brad King (manager) 2014-07-10 16:15 |
Modules/CMakePlatformId.h.in will have to be taught how to recognize it. Is there a preprocessor definition we can use? |
(0036354) Gunnar Roth (reporter) 2014-07-11 06:41 |
Well i think you mean a preprocessor define which is set by the compiler like _WIN32. for ce there is no extra define, but you have to set UNDERCE and _WIN32_WCE=0xv00 , which is what cmake does if you use a -G "VsiualStudio xxx mycesdkname" generator option or if you pass -DCMAKE_SYSTEM_NAME=WindowsCE -DCMAKE_SYSTEM_VERSION=v.00 to cmake call when using other genarator like ninja or nmake. so this preprocesser define will not work here maybe. so platformid should be influenced by CMAKE_SYSTEM_NAME. |
(0036364) Brad King (manager) 2014-07-14 09:25 |
Actually it looks like PLATFORM_ID is CMAKE_SYSTEM_NAME and the docs I added are wrong. See 0015012:0036363. |
(0037582) Robert Maynard (manager) 2015-01-05 08:39 |
Closing resolved issues that have not been updated in more than 4 months |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2014-07-10 16:10 | Gunnar Roth | New Issue | |
2014-07-10 16:14 | Brad King | Relationship added | related to 0015012 |
2014-07-10 16:15 | Brad King | Note Added: 0036350 | |
2014-07-11 06:41 | Gunnar Roth | Note Added: 0036354 | |
2014-07-14 09:25 | Brad King | Note Added: 0036364 | |
2014-07-14 09:26 | Brad King | Status | new => resolved |
2014-07-14 09:26 | Brad King | Resolution | open => no change required |
2015-01-05 08:39 | Robert Maynard | Note Added: 0037582 | |
2015-01-05 08:39 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |