[FEA] Use CMAKE_MESSAGE_CONTEXT to cleanup logging in different CMakeLists #4843
Labels
? - Needs Triage
Need team to review and classify
feature request
New feature or request
good first issue
Good for newcomers
Is your feature request related to a problem? Please describe.
We are prefixing cmake's logging with different words to be able to diagnose CI easier, for example
CUML_CPP
andCUML_PY
.CMAKE_MESSAGE_CONTEXT
can cleanup the functionality as opposed to having the keyword repeated in every statement.The text was updated successfully, but these errors were encountered: