Skip to content

Tests: Avoid running C++11 test on GNU < 4.7

Brad King requested to merge brad.king/cmake:try_compile-CMP0128 into master

The test added in !7803 (merged) requires that the compiler support C++11 mode, so do not run it on GNU compilers that are too old.

Backport: release

Merge request reports