Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmFunctionCommand: Introduce `CMAKE_CURRENT_FUNCTION*` variables | Alex Turbov | 2019-12-10 | 5 | -0/+127 |
`CMAKE_CURRENT_FUNCTION` Can be used for diagnostic or debugging messages like the `__PRETTY_FUNCTION__` macro of GCC. `CMAKE_CURRENT_FUNCTION_LIST_DIR` Eliminates the necessity of the additional "global" variables inside a module used to access additional "resource" files from functions defined in the module. ... |