mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Run the script:
Utilities/Sphinx/update_versions.py --since v3.19.0 --overwrite
Manually restore the 3.20 version for `cmake_path`, which was originally
part of 3.19 but reverted and restored in 3.20.
9 lines
283 B
ReStructuredText
9 lines
283 B
ReStructuredText
CMAKE_UNITY_BUILD_UNIQUE_ID
|
|
---------------------------
|
|
|
|
.. versionadded:: 3.20
|
|
|
|
This variable is used to initialize the :prop_tgt:`UNITY_BUILD_UNIQUE_ID`
|
|
property of targets when they are created. It specifies the name of the
|
|
unique identifier generated per file in a unity build.
|