Skip to content
  • Benjamin Wozniak's avatar
    cuda: Extend toolset argument to accept path · df0247a3
    Benjamin Wozniak authored
    Previously cuda could only be used with cmake if it is
    installed globally on the system. Sometimes this is not
    possible (eg docker, packaging with conan, etc.).
    Thus the cuda toolset argument is extended to take
    a path to a cuda install directory.
    df0247a3