mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Correct KWStyle line too long error
This commit is contained in:
parent
0c030ef72c
commit
74c73d5fa0
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user