Skip to content

Commit ad75f78

Browse files
committed
fix(test_cython): remove hard-link against specific Python so
1 parent 6a3dae4 commit ad75f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ucxx/ucxx/_lib/tests_cython/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# =================================================================================
22
# cmake-format: off
3-
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES.
3+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES.
44
# SPDX-License-Identifier: BSD-3-Clause
55
# cmake-format: on
66
# =================================================================================
77

88
set(cython_sources test_cython.pyx)
9-
set(linked_libraries ucxx::ucxx ucxx::python Python3::Python)
9+
set(linked_libraries ucxx::ucxx ucxx::python)
1010

1111
rapids_cython_create_modules(
1212
CXX

0 commit comments

Comments
 (0)