summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/project/NoMinimumRequired-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* project: Warn at top-level if `cmake_minimum_required` wasn't calledfriendlyanon2022-11-111-0/+5
The top-level project() call will now issue an AUTHOR_WARNING if it wasn't called after cmake_minimum_required(). Fixes: #24071