rapidsai / rapids-cmake

https://docs.rapids.ai/api/rapids-cmake/stable/
Apache License 2.0
30 stars 46 forks source link

[BUG] `rapids_cython_init()` does not clear its modification to `CMAKE_MESSAGE_CONTEXT` #514

Closed Jacobfaib closed 9 months ago

Jacobfaib commented 10 months ago

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. Since rapids_cython_init() is a macro, this doesn't reset on scope-exit.

robertmaynard commented 9 months ago

@vyasr