1CMAKE_CURRENT_FUNCTION_LIST_LINE 2-------------------------------- 3 4.. versionadded:: 3.17 5 6When executing code inside a :command:`function`, this variable 7contains the line number in the listfile where the current function 8was defined. 9 10See also :variable:`CMAKE_CURRENT_FUNCTION`, 11:variable:`CMAKE_CURRENT_FUNCTION_LIST_DIR` and 12:variable:`CMAKE_CURRENT_FUNCTION_LIST_FILE`. 13