The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=13374 ====================================================================== Reported By: Joe Drago Assigned To: ====================================================================== Project: CMake Issue ID: 13374 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2012-07-03 21:06 EDT Last Modified: 2012-07-03 21:06 EDT ====================================================================== Summary: cmake_depends support for ninja Description: It looks like the makefile/NMakefile/jom generators leverage cmake's build-in command cmake_depends in order to generate header dependencies, but the new ninja generator doesn't use this, and instead has specific support for VS. I deal with a large cmake project at work which uses a compiler that is not based in either gcc or comes from MS, and in order for header deps to work at all, we depend on the jom generator's cmake_depends feature.
Is there any way to add a (global?) option for the ninja generator which uses the cmDependsC/cmake_depends calls for implicit deps instead of requiring either -MMD compiler support or cmcldeps? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-07-03 21:06 Joe Drago 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
