[cmake-developers] [PATCH] Added very basic Windows CE Makefile support

Brad King brad.king at kitware.com
Tue Sep 4 16:39:44 EDT 2012


On 09/04/2012 04:18 PM, Patrick Gansterer wrote:
> I rebased the code and pushed it as "ce" to
> https://gitorious.org/~paroga/cmake/parogas-cmake
> (git://gitorious.org/~paroga/cmake/parogas-cmake.git)

Thanks!  I'm looking at the first commit that adds the WindowsCE
platform files.  These lines look strange:

  set(MSVC_C_ARCHITECTURE_ID ${CMAKE_SYSTEM_PROCESSOR})
  set(MSVC_CXX_ARCHITECTURE_ID ${CMAKE_SYSTEM_PROCESSOR})

Normally the ARCHITECTURE_ID values are detected by

 Modules/CMakePlatformId.h.in

which is built by running CMAKE_(C|CXX)_COMPILER, which should
be set by the toolchain file to the proper compiler for WinCE.
Shouldn't that be taught about the architectures in question?

Thanks,
-Brad



More information about the cmake-developers mailing list