Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate compatibility with CMake versions older than 3.5 | Brad King | 2023-02-11 | 1 | -3/+10 |
| | | | | | | | | Issue a deprecation warning on calls to `cmake_minimum_required` or `cmake_policy` that set policies based on versions older than 3.5. Note that the effective policy version includes `...<max>` treatment. Update the check from commit 5845c218d7 (Deprecate compatibility with CMake versions older than 2.8.12, 2020-06-12, v3.19.0-rc1~629^2). | ||||
* | project: Warn at top-level if `cmake_minimum_required` wasn't called | friendlyanon | 2022-11-11 | 1 | -0/+1 |
| | | | | | | | The top-level project() call will now issue an AUTHOR_WARNING if it wasn't called after cmake_minimum_required(). Fixes: #24071 | ||||
* | cmMakefile: Enforce explicit use of project() command | Bartosz Kosiorek | 2019-05-06 | 1 | -0/+12 |
| | | | | Fixes: 17714 | ||||
* | project: Do not issue CMP0048 warnings on injected call | Brad King | 2018-07-24 | 1 | -12/+0 |
| | | | | Fixes: #18202 | ||||
* | Tests: Add case showing CMP0048 warning on injected project command | Brad King | 2018-07-24 | 4 | -0/+27 |
Issue: #18202 |