Help: Don't list debuggable properties in cmake-buildsystem manual.

This commit is contained in:
Stephen Kelly 2014-02-08 11:35:58 +01:00
parent 39d08b929e
commit 0b3e98d913
1 changed files with 2 additions and 4 deletions

View File

@ -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. 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 :manual:`cmake(1)` provides a debugging facility to print the origin of the
contents of properties which may be determined by dependencies. The properties contents of properties which may be determined by dependencies. The properties
which can be debugged are :prop_tgt:`INCLUDE_DIRECTORIES`, which can be debugged are listed in the
:prop_tgt:`COMPILE_DEFINITIONS`, :prop_tgt:`COMPILE_OPTIONS`, :variable:`CMAKE_DEBUG_TARGET_PROPERTIES` variable documentation:
:prop_tgt:`AUTOUIC_OPTIONS`, and all properties listed in a
``COMPATIBLE_INTERFACE_*`` target property:
.. code-block:: cmake .. code-block:: cmake