Skip to content

Features: Fix COMPILE_FEATURES genex for C++ 14 and 17 features

Brad King requested to merge brad.king/cmake:genex-COMPILE_FEATURES-stds into master

When CXX_STANDARD is not at least 14 or 17, features enabled by the compiler for those standards should not be reported as existing by the COMPILE_FEATURES genex. Fix the implementation and add a test.

Merge request reports