Skip to content

cxxmodules: Scan only targets that explicitly enable C++ 20

Brad King requested to merge brad.king/cmake:cxxmodules-explicit-c++20 into master

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.

Backport: release

Edited by Brad King

Merge request reports