[Openmp-commits] [PATCH] D142568: [Libomptarget] Remove find_package(CUDA) as it has been deprecated
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 25 11:28:36 PST 2023
jhuber6 added a comment.
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.
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