Notes |
|
(0036350)
|
Brad King
|
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
|
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
|
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
|
2015-01-05 08:39
|
|
Closing resolved issues that have not been updated in more than 4 months |
|