summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/NinjaDependInfoExport-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmExperimental: remove the flag for C++ modulesBen Boeckel2023-10-021-6/+0
| | | | | | | All the major compilers now have scheduled releases with support for scanning, so remove the experimental gate. Fixes: #18355
* Tests/CXXModules: relax line number matching in stderrBen Boeckel2023-09-261-2/+2
|
* cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variableBen Boeckel2023-06-011-6/+1
| | | | It is now subsumed by the UUID setting completely.
* cmNinjaTargetGenerator: write out export information for the collatorBen Boeckel2022-07-061-0/+11
The collator will use this to know where the target's export information needs to go so that module properties may be provided.