diff options
author | David Cole <david.cole@kitware.com> | 2011-07-19 15:33:01 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-07-19 15:33:01 (GMT) |
commit | 74c73d5fa0af15c8316a4ab7cfe0aed0f39450f1 (patch) | |
tree | 39bb6bb7727a4a77c273370df984fefce9320a5e /Source | |
parent | 0c030ef72c30d9c8634d0d815b15d9f238b7b267 (diff) | |
download | CMake-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.cxx | 3 |
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()); |