diff options
author | Brad King <brad.king@kitware.com> | 2014-11-07 16:54:54 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-11-07 16:54:54 (GMT) |
commit | 0f836cb0ef1acd6e2e67060177759e65c8c5d7fe (patch) | |
tree | 34af8bbbd231ea40f78542fd2dae79f51e58854b /Modules | |
parent | 8b14b4eaa33247e57c865c38fc710f4fe46836d4 (diff) | |
parent | 4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f (diff) | |
download | CMake-0f836cb0ef1acd6e2e67060177759e65c8c5d7fe.zip CMake-0f836cb0ef1acd6e2e67060177759e65c8c5d7fe.tar.gz CMake-0f836cb0ef1acd6e2e67060177759e65c8c5d7fe.tar.bz2 |
Merge topic 'doc-cleanup-xrefs'
4c8c442d Help: Fix broken cross-references reported by 'nitpicky' option
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPackIFW.cmake | 2 | ||||
-rw-r--r-- | Modules/FindQt4.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CPackIFW.cmake b/Modules/CPackIFW.cmake index 4b8dc1e..6f2eeb3 100644 --- a/Modules/CPackIFW.cmake +++ b/Modules/CPackIFW.cmake @@ -96,7 +96,7 @@ # # If this is ``ON`` all components will be downloaded. # By default is ``OFF`` or used value -# from :variable:`CPACK_DOWNLOAD_ALL` if set +# from ``CPACK_DOWNLOAD_ALL`` if set # # Components # """""""""" diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index c715c81..a79246a 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -23,7 +23,7 @@ # .. note:: # # When using :prop_tgt:`IMPORTED` targets, the qtmain.lib static library is -# automatically linked on Windows for :variable:`WIN32 <WIN32_EXECUTABLE>` +# automatically linked on Windows for :prop_tgt:`WIN32 <WIN32_EXECUTABLE>` # executables. To disable that globally, set the # ``QT4_NO_LINK_QTMAIN`` variable before finding Qt4. To disable that # for a particular executable, set the ``QT4_NO_LINK_QTMAIN`` target |