cmake_minimum_required
The top-level project() call will now issue an AUTHOR_WARNING if it wasn't called after cmake_minimum_required(). Fixes: #24071
Before this, it was not possible to see what the source or build directories were set to on the command line. Fixes: #19619