summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/Inspect.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cxxmodules: Scan only targets that explicitly enable C++ 20Brad King2023-10-051-0/+2
| | | | | | Previously we scanned any targets for which C++ 20 is enabled, even if enabled only by the compiler's default, such as when `CXXFLAGS=-std=c++20`.
* Tests: Modernize name of RunCMake.CXXModules compiler inspection caseBrad King2023-10-041-0/+28
We use the case name `Inspect` for similar purposes in other tests.