blob: 5d1a4e98e6c7b077d9db1d986d994fcd7cca71dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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`.
|