Skip to content

Commit

Permalink
Removed unnecessary CMake ASSOCIATED_TARGETS
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 30, 2023
1 parent 25cb66c commit 8439f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ucxx/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(linked_libraries ucxx::ucxx ucxx::python Python3::Python)
rapids_cython_create_modules(
CXX
SOURCE_FILES "${cython_sources}"
LINKED_LIBRARIES "${linked_libraries}" ASSOCIATED_TARGETS ucxx_examples
LINKED_LIBRARIES "${linked_libraries}"
)

target_include_directories(python_future_task_app PRIVATE ".")

0 comments on commit 8439f95

Please sign in to comment.