summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/examples/scan_properties-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: mask scanning checks without controlBen Boeckel2022-12-011-1/+1
| | | | | In Visual Studio, there is no mechanism to tell scanning apart from non-scanning, so skip the sanity checks.
* cxxmodules: add properties to control scanningBen Boeckel2022-11-181-0/+9
The `CXX_SCAN_FOR_MODULES` property may be used to control scanning for targets and for source files rather than assuming "C++20 always needs to be scanned".