From 0b3e98d9136522664355a1907ae96a716204ca3e Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 8 Feb 2014 11:35:58 +0100 Subject: Help: Don't list debuggable properties in cmake-buildsystem manual. --- Help/manual/cmake-buildsystem.7.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index d1824e1..03eb163 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -392,10 +392,8 @@ locality of code which creates a target and code which is responsible for setting build specifications may make the code more difficult to reason about. :manual:`cmake(1)` provides a debugging facility to print the origin of the contents of properties which may be determined by dependencies. The properties -which can be debugged are :prop_tgt:`INCLUDE_DIRECTORIES`, -:prop_tgt:`COMPILE_DEFINITIONS`, :prop_tgt:`COMPILE_OPTIONS`, -:prop_tgt:`AUTOUIC_OPTIONS`, and all properties listed in a -``COMPATIBLE_INTERFACE_*`` target property: +which can be debugged are listed in the +:variable:`CMAKE_DEBUG_TARGET_PROPERTIES` variable documentation: .. code-block:: cmake -- cgit v0.12