diff options
author | David Cole <david.cole@kitware.com> | 2012-02-21 20:56:13 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-02-21 20:56:13 (GMT) |
commit | 751e4928404f3b2c9ca0011c10a84650481a8090 (patch) | |
tree | ac844780c545ab50ca88a6934d9ad66108b20e52 /Source | |
parent | 7d4074e1f84f7780a8b6593afc4077ae73f7622e (diff) | |
parent | 7ec2ebdbcfcc90fca928ca79cb3b719177503d2d (diff) | |
download | CMake-751e4928404f3b2c9ca0011c10a84650481a8090.zip CMake-751e4928404f3b2c9ca0011c10a84650481a8090.tar.gz CMake-751e4928404f3b2c9ca0011c10a84650481a8090.tar.bz2 |
Merge topic 'fix-typos-12975'
7ec2ebd fix the same typos as found by Debian in other places, too
d36d29f various typo and formatting fixes in manual pages (#12975)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmTarget.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index ae5596b..0c79b30 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -1047,10 +1047,10 @@ void cmTarget::DefineProperties(cmake *cm) "Can be set to one or more UUIDs recognized by Visual Studio " "to indicate the type of project. This value is copied " "verbatim into the generated project file. Example for a " - "managed C++ unit testing project: \"" - "{3AC096D0-A1C2-E12C-1390-A8335801FDAB};" - "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\". UUIDs are " - "semicolon-delimited."); + "managed C++ unit testing project:\n" + " {3AC096D0-A1C2-E12C-1390-A8335801FDAB};" + "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\n" + "UUIDs are semicolon-delimited."); cm->DefineProperty ("VS_GLOBAL_KEYWORD", cmProperty::TARGET, "Visual Studio project keyword.", |