mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
9036aa10f3
Provide a useful warning if an invalid UUID is given in a `CMAKE_EXPERIMENTAL_` variable. This can occur if a different CMake version is used than the one that the feature was implemented with, or if there is a simple typo in the value. It should reduce confusion with the use of experimental features. Co-authored-by: Brad King <brad.king@kitware.com>