Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link cuda.lib using a preprocessor macro only for non-CMake (AlexeyAB…
…#8173) Debian CUDA packages don't ship a shim for the Windows SO cuda.lib, so compilation fails. For CMake it's actually linked using targets, so avoid the preprocessor macro in that case.
- Loading branch information