mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
59573bf5b9
The top-level project() call will now issue an AUTHOR_WARNING if it wasn't called after cmake_minimum_required(). Fixes: #24071
6 lines
313 B
Plaintext
6 lines
313 B
Plaintext
CMake Warning \(dev\) at CMakeLists\.txt:[0-9]+ \(project\):
|
|
cmake_minimum_required\(\) should be called prior to this top-level project\(\)
|
|
call\. Please see the cmake-commands\(7\) manual for usage documentation of
|
|
both commands\.
|
|
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|