diff options
Diffstat (limited to 'Source/cmExportFileGenerator.cxx')
-rw-r--r-- | Source/cmExportFileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportFileGenerator.cxx b/Source/cmExportFileGenerator.cxx index 7b23b18..04946cf 100644 --- a/Source/cmExportFileGenerator.cxx +++ b/Source/cmExportFileGenerator.cxx @@ -245,7 +245,7 @@ cmExportFileGenerator { // We are not appending, so all exported targets should be // known here. This is probably user-error. - this->ComplainAboutMissingTarget(target, li->c_str()); + this->ComplainAboutMissingTarget(target, tgt); } // Assume the target will be exported by another command. // Append it with the export namespace. |