diff options
Diffstat (limited to 'Help/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.rst')
-rw-r--r-- | Help/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.rst b/Help/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.rst new file mode 100644 index 0000000..832503b --- /dev/null +++ b/Help/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.rst @@ -0,0 +1,8 @@ +GLOBAL_DEPENDS_DEBUG_MODE +------------------------- + +Enable global target dependency graph debug mode. + +CMake automatically analyzes the global inter-target dependency graph +at the beginning of native build system generation. This property +causes it to display details of its analysis to stderr. |