Skip to content

Commit

Permalink
fix relpath to ml_cuda_utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Jun 25, 2024
1 parent 2808211 commit 460c7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/cuml/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ if(${CUML_UNIVERSAL})
# todo: ml_cuda_utils.h should be in the include folder of cuML or the functionality
# moved to another file, pointer_utils.pyx needs it
# https://github.com/rapidsai/cuml/issues/4841
target_include_directories(common_pointer_utils PRIVATE "../../../cpp/src/")
target_include_directories(common_pointer_utils PRIVATE "../../../../cpp/src/")
endif()

0 comments on commit 460c7b6

Please sign in to comment.