Unverified Commit 3cb0c317 authored by Connor Baker's avatar Connor Baker Committed by GitHub
Browse files

Merge pull request #272964 from NixOS/pr/opensubdiv_no_cuda

opensubdiv: use cuda_nvcc only if cudaSupport
parents b1baf4cd 3b2e32b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    cmake
    pkg-config
  ] ++ lib.optional cudaSupport [
    cudaPackages.cuda_nvcc
  ];
  buildInputs =