View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015015CMakeCMakepublic2014-07-10 16:102015-01-05 08:39
ReporterGunnar Roth 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformWinceOSOS Version
Product VersionCMake 3.0 
Target VersionFixed in Version 
Summary0015015: Bug 0015012 documents the platform Id now but there is no platform I'd for wince defined.
DescriptionIs this by intent?
TagsNo tags attached.
Attached Files

 Relationships
related to 0015012closedKitware Robot Generator expressions provide PLATFORM_ID but its values are not documented 

  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

 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


Copyright © 2000 - 2018 MantisBT Team