mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
Correct KWStyle line too long error
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user