mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-18 01:31:04 -05: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.