mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
97464aa970
Fixes: #25550
7 lines
220 B
ReStructuredText
7 lines
220 B
ReStructuredText
enable_language-before-project
|
|
------------------------------
|
|
|
|
* The :command:`enable_language` command now fails with an error
|
|
if it is called before the first :command:`project` call.
|
|
See policy :policy:`CMP0165`.
|