On 09/12/2012 09:00 AM, Patrick Gansterer wrote:
> The topic meged a few hours ago. I rebased the code and pushed it again 
> as "ce"

Thanks.

Normally cross compiling is done with a toolchain file and
sets CMAKE_CROSSCOMPILING.  Does that work for the NMake
generator now without this topic?

We need to figure out how to map that approach into the IDE
generators.  A setting like CMAKE_WINCE_SDK needs to be set
before any languages are enabled.  How should a user set it?

Please also add documentation for CMAKE_WINCE_SDK.

BTW, why is this hunk needed?

+  this->GetCMakeInstance()->AddCacheEntry("CMAKE_C_COMPILER",
+    "cl", "", cmCacheManager::INTERNAL);
+  this->GetCMakeInstance()->AddCacheEntry("CMAKE_CXX_COMPILER",
+    "cl", "", cmCacheManager::INTERNAL);

Thanks,
-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to