mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-13 19:11:23 +00: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.