summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include/ExportExportInclude-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* include: refactor call sites of cmMakefile::ReadDependentFileAsit Dhal2020-10-211-1/+1
| | | | Fixes: #16773
* Don't allow include() of export(EXPORT) file at configure time.Stephen Kelly2014-01-061-0/+6
As a new feature it does not need to participate in CMP0024. Store cmExportBuildFileGenerator instances which correspond to the export(EXPORT) signature in a second map which does not own the pointers. This avoids the need to add cmExportBuildFileGenerator and dependencies to the bootstrap system.