mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
6116bcb066
Fixes: #25668 Co-authored-by: Brad King <brad.king@kitware.com>
10 lines
344 B
ReStructuredText
10 lines
344 B
ReStructuredText
fileapi-provide-glob-dependent
|
|
------------------------------
|
|
|
|
* The :manual:`cmake-file-api(7)` "cmakeFiles" version 1 object's ``version``
|
|
field has been updated to 1.1.
|
|
|
|
* The :manual:`cmake-file-api(7)` "cmakeFiles" version 1 object gained a
|
|
``globsDependent`` field to report :command:`file(GLOB)` calls using
|
|
``CONFIGURE_DEPENDS``.
|