rapidsai/cuml

[FEA] Use CMAKE_MESSAGE_CONTEXT to cleanup logging in different CMakeLists

Open

#4,843 opened on Jul 29, 2022

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

Repository metrics

Stars
 (5,223 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide