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 141881d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cuml/cuml/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
# Copyright (c) 2022-2024, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
Expand Down 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 141881d

Please sign in to comment.