mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
cmMakefileTargetGenerator: simplify string streaming
This commit is contained in:
@@ -1494,8 +1494,8 @@ void cmMakefileTargetGenerator::WriteTargetDependRules()
|
||||
/* clang-format off */
|
||||
*this->InfoFileStream
|
||||
<< "\n"
|
||||
<< "# Targets to which this target links.\n"
|
||||
<< "set(CMAKE_TARGET_LINKED_INFO_FILES\n";
|
||||
"# Targets to which this target links which contain Fortran sources.\n"
|
||||
"set(CMAKE_TARGET_LINKED_INFO_FILES\n";
|
||||
/* clang-format on */
|
||||
std::vector<std::string> dirs =
|
||||
this->GetLinkedTargetDirectories(this->GetConfigName());
|
||||
|
||||
Reference in New Issue
Block a user