Skip to content

bootstrap: Verify C++14 capabilities before using them

Brad King requested to merge brad.king/cmake:bootstrap-c++14 into master

In !3030 (merged) we added checks to the main build of CMake to verify C++14 capabilities before using C++14 flags to build. Add these to the bootstrap check too.

Merge request reports