From c13c194ea7717bfae381d0a11464c5a17e13c057 Mon Sep 17 00:00:00 2001 From: Matthew Murray Date: Thu, 2 Jan 2025 08:27:13 -0800 Subject: [PATCH] remove comment --- python/rmm/rmm/_cuda/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/python/rmm/rmm/_cuda/CMakeLists.txt b/python/rmm/rmm/_cuda/CMakeLists.txt index 2d548e83c..1617ead7f 100644 --- a/python/rmm/rmm/_cuda/CMakeLists.txt +++ b/python/rmm/rmm/_cuda/CMakeLists.txt @@ -12,7 +12,6 @@ # the License. # ============================================================================= -# set(cython_sources stream.pyx) set(linked_libraries rmm::rmm cpp_logger) rapids_cython_create_modules(SOURCE_FILES "${cython_sources}" LINKED_LIBRARIES "${linked_libraries}"