[Openmp-commits] [PATCH] D142568: [Libomptarget] Remove find_package(CUDA) as it has been deprecated
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 25 11:32:06 PST 2023
tianshilei1992 added a comment.
In D142568#4080758 <https://reviews.llvm.org/D142568#4080758>, @jhuber6 wrote:
> In D142568#4080753 <https://reviews.llvm.org/D142568#4080753>, @tianshilei1992 wrote:
>
>> This patch contains the cleanup and deprecation of old CMake find package stuff. Better to split them.
>
> This required changing it to `CUDA::cuda_driver` in the link libs. So I figured I'd just clean it up while I was there. It'd be a little annoying to split them but I can do that if necessary.
It is generally preferred to only do one thing in one patch if possible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142568/new/
https://reviews.llvm.org/D142568
More information about the Openmp-commits
mailing list