mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
When using `CMake_NO_CXX_STANDARD` a user may still provide `-std=c++11` or similar flags in `CMAKE_CXX_FLAGS`, so we should still check for the available C++ features.