diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2014-05-29 19:41:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-05-30 19:20:13 (GMT) |
commit | 0c4835a3e8e5f7cbe166a898ff5dd02044cf4037 (patch) | |
tree | ddb606844a73cf7e9e6e594adcb62c8297072b53 /Help | |
parent | 8afbb346c67c60dcf9383f5e58307d629eafb855 (diff) | |
download | CMake-0c4835a3e8e5f7cbe166a898ff5dd02044cf4037.zip CMake-0c4835a3e8e5f7cbe166a898ff5dd02044cf4037.tar.gz CMake-0c4835a3e8e5f7cbe166a898ff5dd02044cf4037.tar.bz2 |
Help: Add missing space in policy CMP0020 description
Diffstat (limited to 'Help')
-rw-r--r-- | Help/policy/CMP0020.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0020.rst b/Help/policy/CMP0020.rst index ad664b0..6767d08 100644 --- a/Help/policy/CMP0020.rst +++ b/Help/policy/CMP0020.rst @@ -16,7 +16,7 @@ this automatic linking will need to be disabled as per the documentation. The OLD behavior for this policy is not to link executables to -qtmain.lib automatically when they link to the QtCore IMPORTEDtarget. +qtmain.lib automatically when they link to the QtCore IMPORTED target. The NEW behavior for this policy is to link executables to qtmain.lib automatically when they link to QtCore IMPORTED target. |