diff options
author | Brad King <brad.king@kitware.com> | 2014-11-07 11:40:44 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-07 11:41:21 -0500 |
commit | 4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f (patch) | |
tree | bca362a9deee8b9c5175407957831534d8fa0088 /Modules/FindQt4.cmake | |
parent | b71399a189616b762e975670e477c6d09813803f (diff) | |
download | cmake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.tar.gz |
Help: Fix broken cross-references reported by 'nitpicky' option
Enable the Sphinx 'nitpicky' option and fix the resulting warnings about
dangling references.
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r-- | Modules/FindQt4.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index c715c81bbf..a79246a0fd 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 |