[BUG] rapids_cython_init()
does not clear its modification to CMAKE_MESSAGE_CONTEXT
#514
Labels
rapids_cython_init()
does not clear its modification to CMAKE_MESSAGE_CONTEXT
#514
There is no matching
list(POP_BACK CMAKE_MESSAGE_CONTEXT)
for https://github.com/rapidsai/rapids-cmake/blob/branch-24.02/rapids-cmake/cython/init.cmake#L40. Sincerapids_cython_init()
is a macro, this doesn't reset on scope-exit.The text was updated successfully, but these errors were encountered: