diff --git a/rapids-cmake/cython-core/init.cmake b/rapids-cmake/cython-core/init.cmake index 78666f6f..fcc6259b 100644 --- a/rapids-cmake/cython-core/init.cmake +++ b/rapids-cmake/cython-core/init.cmake @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2023, NVIDIA CORPORATION. +# Copyright (c) 2023-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at @@ -60,4 +60,5 @@ macro(rapids_cython_init) # Flag set(RAPIDS_CYTHON_INITIALIZED TRUE) endif() + list(POP_BACK CMAKE_MESSAGE_CONTEXT) endmacro() diff --git a/rapids-cmake/cython/init.cmake b/rapids-cmake/cython/init.cmake index 1c567ee0..eb1758c8 100644 --- a/rapids-cmake/cython/init.cmake +++ b/rapids-cmake/cython/init.cmake @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# Copyright (c) 2022-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at @@ -68,4 +68,5 @@ macro(rapids_cython_init) # Flag set(RAPIDS_CYTHON_INITIALIZED TRUE) endif() + list(POP_BACK CMAKE_MESSAGE_CONTEXT) endmacro()