rapidsai/cuml

[FEA] Use CMAKE_MESSAGE_CONTEXT to cleanup logging in different CMakeLists

Open

#4.843 aberto em 29 de jul. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (644 forks)auto 404
? - Needs Triagefeature requestgood first issue

Métricas do repositório

Stars
 (5.223 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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 and CUML_PY. CMAKE_MESSAGE_CONTEXT can cleanup the functionality as opposed to having the keyword repeated in every statement.

Guia do colaborador