mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
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`.
|