Skip to content

Commit

Permalink
Fix message context (#520)
Browse files Browse the repository at this point in the history
Resolves #514

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

URL: #520
  • Loading branch information
vyasr authored Jan 11, 2024
1 parent a3d91ce commit f38531d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rapids-cmake/cython-core/init.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -60,4 +60,5 @@ macro(rapids_cython_init)
# Flag
set(RAPIDS_CYTHON_INITIALIZED TRUE)
endif()
list(POP_BACK CMAKE_MESSAGE_CONTEXT)
endmacro()
3 changes: 2 additions & 1 deletion rapids-cmake/cython/init.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -68,4 +68,5 @@ macro(rapids_cython_init)
# Flag
set(RAPIDS_CYTHON_INITIALIZED TRUE)
endif()
list(POP_BACK CMAKE_MESSAGE_CONTEXT)
endmacro()

0 comments on commit f38531d

Please sign in to comment.