diff options
author | Brad King <brad.king@kitware.com> | 2013-06-24 12:38:12 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-06-24 12:38:12 (GMT) |
commit | 059be4ba3b8af00f3615726ba8d3ff485e2fcef4 (patch) | |
tree | 86ac0dc821361030ce195fe1aa1cef7e6032292b /Source/cmVisualStudio10TargetGenerator.cxx | |
parent | a9319709554d309783fb3125a2ba8d6a35046910 (diff) | |
parent | 2331b57bec82e1433b408f08de03202a60cb4578 (diff) | |
download | CMake-059be4ba3b8af00f3615726ba8d3ff485e2fcef4.zip CMake-059be4ba3b8af00f3615726ba8d3ff485e2fcef4.tar.gz CMake-059be4ba3b8af00f3615726ba8d3ff485e2fcef4.tar.bz2 |
Merge topic 'add-whitespace'
2331b57 Add whitespace after colons in error messages.
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx index 2c9ec8e..7e3f444 100644 --- a/Source/cmVisualStudio10TargetGenerator.cxx +++ b/Source/cmVisualStudio10TargetGenerator.cxx @@ -1249,7 +1249,7 @@ bool cmVisualStudio10TargetGenerator::ComputeClOptions( if(!linkLanguage) { cmSystemTools::Error - ("CMake can not determine linker language for target:", + ("CMake can not determine linker language for target: ", this->Name.c_str()); return false; } @@ -1429,7 +1429,7 @@ cmVisualStudio10TargetGenerator::ComputeLinkOptions(std::string const& config) if(!linkLanguage) { cmSystemTools::Error - ("CMake can not determine linker language for target:", + ("CMake can not determine linker language for target: ", this->Name.c_str()); return false; } @@ -1511,7 +1511,7 @@ cmVisualStudio10TargetGenerator::ComputeLinkOptions(std::string const& config) if(!pcli) { cmSystemTools::Error - ("CMake can not compute cmComputeLinkInformation for target:", + ("CMake can not compute cmComputeLinkInformation for target: ", this->Name.c_str()); return false; } |