summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-07-19 15:33:01 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-07-19 15:33:01 (GMT)
commit74c73d5fa0af15c8316a4ab7cfe0aed0f39450f1 (patch)
tree39bb6bb7727a4a77c273370df984fefce9320a5e /Source
parent0c030ef72c30d9c8634d0d815b15d9f238b7b267 (diff)
downloadCMake-74c73d5fa0af15c8316a4ab7cfe0aed0f39450f1.zip
CMake-74c73d5fa0af15c8316a4ab7cfe0aed0f39450f1.tar.gz
CMake-74c73d5fa0af15c8316a4ab7cfe0aed0f39450f1.tar.bz2
Correct KWStyle line too long error
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 76dd770..b3e2e7a 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -2403,7 +2403,8 @@ void cmGlobalXCodeGenerator
{
if(this->XcodeVersion > 15)
{
- // now add the same one but append $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to it:
+ // Now add the same one but append
+ // $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to it:
linkDirs += " ";
linkDirs += this->XCodeEscapePath(
(*libDir + "/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)").c_str());