https://github.com/Kitware/CMake
Raw File
Tip revision: 615129f3ebd308abeaaee7f5f0689e7fc4616c28 authored by Brad King on 28 April 2020, 14:23:06 UTC
CMake 3.17.2
Tip revision: 615129f
CMAKE_CURRENT_FUNCTION.rst
CMAKE_CURRENT_FUNCTION
----------------------

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`.
back to top