mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
a6c34b0353
Fixes: #22685
7 lines
287 B
ReStructuredText
7 lines
287 B
ReStructuredText
CMAKE_PROJECT_TOP_LEVEL_INCLUDES
|
|
--------------------------------
|
|
|
|
* The :variable:`CMAKE_PROJECT_TOP_LEVEL_INCLUDES` variable was added to allow
|
|
injecting custom code at the site of the first :command:`project` call,
|
|
after the host and target platform details have been determined.
|