Hi all, I am currently working on a project that is partially compiled with icc, under linux.
Some of our libraries are mixing files compiled with gcc/icc, and I am wondering what is the best way to do that ? On what I saw on the internet, if you are fully using icc as compiler, the best is to change CC to icc, but in our case, we cannot full switch to icc compilation (licenses are really expensives, and we are more than 100 developpers...) As a first try, I have defined a new language in CMake (following recommandation from how to present in sources), and set properties file language to ICC for those that need it). Do you think it's a good approach to go on with this ? Do you have another recommandation ? -- Jérôme Baussé
-- 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://www.cmake.org/mailman/listinfo/cmake
