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