VS: Refactor indentation of LinkLibraryDependencies
Use our indentation specifier instead of hard-coding spaces.
This commit is contained in:
parent
8c426183d1
commit
2798dbdacb
|
@ -2661,7 +2661,7 @@ cmVisualStudio10TargetGenerator::WriteLinkOptions(std::string const& config)
|
|||
{
|
||||
this->WriteString("<ProjectReference>\n", 2);
|
||||
this->WriteString(
|
||||
" <LinkLibraryDependencies>false</LinkLibraryDependencies>\n", 2);
|
||||
"<LinkLibraryDependencies>false</LinkLibraryDependencies>\n", 3);
|
||||
this->WriteString("</ProjectReference>\n", 2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue