mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
The top-level project() call will now issue an AUTHOR_WARNING if it wasn't called after cmake_minimum_required(). Fixes: #24071
7 lines
224 B
ReStructuredText
7 lines
224 B
ReStructuredText
top-level-command-order
|
|
-----------------------
|
|
|
|
* The top-level :command:`project` call will now emit an author warning if the
|
|
documented command order in relation to :command:`cmake_minimum_required` is
|
|
not respected.
|