mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 19:50:30 -06:00
ExportTargets: add one more comment to the generated file.
This patch adds a comment above the block which protects the exported targets file against multiple inclusion, to make the file easier to understand for readers. Alex
This commit is contained in:
@@ -792,7 +792,9 @@ void cmExportFileGenerator::GenerateImportVersionCode(std::ostream& os)
|
||||
void cmExportFileGenerator::GenerateExpectedTargetsCode(std::ostream& os,
|
||||
const std::string &expectedTargets)
|
||||
{
|
||||
os << "set(_targetsDefined)\n"
|
||||
os << "# Protect against multiple inclusion, which would fail when already "
|
||||
"imported targets are added once more.\n"
|
||||
"set(_targetsDefined)\n"
|
||||
"set(_targetsNotDefined)\n"
|
||||
"set(_expectedTargets)\n"
|
||||
"foreach(_expectedTarget " << expectedTargets << ")\n"
|
||||
|
||||
Reference in New Issue
Block a user