The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14411 ====================================================================== Reported By: Mathias Gaunard Assigned To: ====================================================================== Project: CMake Issue ID: 14411 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2013-09-13 19:12 EDT Last Modified: 2013-09-13 19:12 EDT ====================================================================== Summary: Ninja dependencies don't work with Intel and many other GCC-like compilers Description: With Intel C/C++, header dependencies do not appear to work at all with Ninja. Despite Intel supporting -MMD, it doesn't appear to be used.
This is possibly because CMAKE_DEPFILE_FLAGS_${lang} is only defined for GCC (and Clang that includes the GCC file). ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-09-13 19:12 Mathias GaunardNew 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