diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-08 10:35:58 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-10 08:03:53 (GMT) |
commit | 0b3e98d9136522664355a1907ae96a716204ca3e (patch) | |
tree | a837ab48b15b1b416c1a94ea75ca28c90df377a2 /Help/manual | |
parent | 39d08b929ec8e3acd8cb2bd6013f45d9b4ea2b9e (diff) | |
download | CMake-0b3e98d9136522664355a1907ae96a716204ca3e.zip CMake-0b3e98d9136522664355a1907ae96a716204ca3e.tar.gz CMake-0b3e98d9136522664355a1907ae96a716204ca3e.tar.bz2 |
Help: Don't list debuggable properties in cmake-buildsystem manual.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 6 |
1 files 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 |