mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
When C++ features require a certain C++/CUDA level, verify or update the standard level target property for each language independently. While at it, add missing rejection of invalid `CUDA_STANDARD` property values. Co-Author: Brad King <brad.king@kitware.com> Fixes: #17519