CMAKE_CURRENT_FUNCTIONΒΆ

When executing code inside a function(), this variable contains the name of the current function. It can be useful for diagnostic or debug messages.

See also CMAKE_CURRENT_FUNCTION_LIST_DIR, CMAKE_CURRENT_FUNCTION_LIST_FILE and CMAKE_CURRENT_FUNCTION_LIST_LINE.

Previous topic

CMAKE_CURRENT_BINARY_DIR

Next topic

CMAKE_CURRENT_FUNCTION_LIST_DIR

This Page