소스 검색

cmMakefileTargetGenerator: simplify string streaming

Ben Boeckel 2 년 전
부모
커밋
aeb1b2ae3d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Source/cmMakefileTargetGenerator.cxx

+ 2 - 2
Source/cmMakefileTargetGenerator.cxx

@@ -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());