Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | project: Warn at top-level if `cmake_minimum_required` wasn't called | friendlyanon | 2022-11-11 | 1 | -0/+5 |
The top-level project() call will now issue an AUTHOR_WARNING if it wasn't called after cmake_minimum_required(). Fixes: #24071 |