Skip to content

project: Do not issue CMP0048 warnings on injected call

Brad King requested to merge brad.king/cmake:project-injected-no-cmp0048 into master

The project(Project) call injected by CMake when no project() call appears explicitly in the top-level CMakeLists.txt file is generated so there is no point in warning on it.

Fixes: #18202 (closed)

Edited by Brad King

Merge request reports