mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -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