mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
2a34d0ac36
Set this in a CTest script to explicitly define what the current revision will be reported as in Update.xml.
8 lines
339 B
ReStructuredText
8 lines
339 B
ReStructuredText
CTEST_UPDATE_VERSION_OVERRIDE
|
|
-----------------------------
|
|
|
|
* The :command:`ctest_update` command learned to honor a new variable:
|
|
:variable:`CTEST_UPDATE_VERSION_OVERRIDE`. This can be used to specify
|
|
the current version of your source tree rather than using the update
|
|
command to discover the current version that is checked out.
|