mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
13 lines
380 B
ReStructuredText
13 lines
380 B
ReStructuredText
CMAKE_CURRENT_FUNCTION
|
|
----------------------
|
|
|
|
.. versionadded:: 3.17
|
|
|
|
When executing code inside a :command:`function`, this variable
|
|
contains the name of the current function. It can be useful for
|
|
diagnostic or debug messages.
|
|
|
|
See also :variable:`CMAKE_CURRENT_FUNCTION_LIST_DIR`,
|
|
:variable:`CMAKE_CURRENT_FUNCTION_LIST_FILE` and
|
|
:variable:`CMAKE_CURRENT_FUNCTION_LIST_LINE`.
|