mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
Index directories by their binary directory path in addition to their source directory path. Fixes: #19262
8 lines
275 B
ReStructuredText
8 lines
275 B
ReStructuredText
binary-dir-props
|
|
----------------
|
|
|
|
* The :command:`set_property`, :command:`get_property`,
|
|
and :command:`get_directory_property` commands' ``DIRECTORY``
|
|
options now accept references to binary directory paths,
|
|
such as the value of :variable:`CMAKE_CURRENT_BINARY_DIR`.
|