We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3dae4 commit ad75f78Copy full SHA for ad75f78
python/ucxx/ucxx/_lib/tests_cython/CMakeLists.txt
@@ -1,12 +1,12 @@
1
# =================================================================================
2
# cmake-format: off
3
-# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES.
+# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES.
4
# SPDX-License-Identifier: BSD-3-Clause
5
# cmake-format: on
6
7
8
set(cython_sources test_cython.pyx)
9
-set(linked_libraries ucxx::ucxx ucxx::python Python3::Python)
+set(linked_libraries ucxx::ucxx ucxx::python)
10
11
rapids_cython_create_modules(
12
CXX
0 commit comments