summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/examples/duplicate-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmExperimental: remove the flag for C++ modulesBen Boeckel2023-10-021-4/+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-1/+1
|
* cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variableBen Boeckel2023-06-011-5/+0
| | | | It is now subsumed by the UUID setting completely.
* Tests/RunCMake/CXXModules: add a test with duplicate modulesBen Boeckel2022-10-111-0/+9
Not in the same executable (as that is IFNDR), but in the same project. This tests to make sure that there's not some project-wide cache that gets confused.