summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/ImplicitCXX20.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cxxmodules: Scan only targets that explicitly enable C++ 20Brad King2023-10-051-0/+13
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`.