On 11/27/2014 02:07 AM, Petteri Lapinlampi wrote: > I'm trying to use CMake (v3.0.2) in a project utilizing the > IAR msp430 compiler (icc430.exe). Apparently CMake does not support > this compiler yet.
As of CMake 2.8.12 there was some work on IAR support: Add support files for C, C++ and ASM for the IAR toolchain. http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=22fb73a0 Add Support for IAR compiler http://www.cmake.org/Bug/view.php?id=10176 I don't think anything further has been done since then. Of course we would be open to contributions of further support and happy to answer questions along the way. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
