mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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