[cmake-developers] [CMake 0013374]: cmake_depends support for ninja

Mantis Bug Tracker mantis at public.kitware.com
Tue Jul 3 21:06:57 EDT 2012


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                                    
======================================================================




More information about the cmake-developers mailing list