The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14129 ====================================================================== Reported By: Alexander Mohr Assigned To: ====================================================================== Project: CMake Issue ID: 14129 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2013-05-07 01:40 EDT Last Modified: 2013-05-07 01:40 EDT ====================================================================== Summary: CMakeDetermineCompilerId.cmake is broken for VS 2011/2012 ARM targets Description: its missing the entry: elseif("${id_arch}" STREQUAL "ARM") set(id_machine_10 MachineARM)
in function(CMAKE_DETERMINE_COMPILER_ID_BUILD lang testflags src) which causes it to not detect the compiler correctly Steps to Reproduce: enter into VS 2011/2012 ARM command prompt. Then cmake . a simple cmake file like: add_executable (helloDemo foo.c) you'll get errors about cmake being unable to detect the compiler Additional Information: I've verified adding the above fixes the issue. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-05-07 01:40 Alexander Mohr New Issue ====================================================================== -- 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
