Skip to content
  • Ondrej Mosnáček's avatar
    Enable building without CUDA · 5151bd7e
    Ondrej Mosnáček authored
    To disable CUDA, you can now use:
    
    cmake -DNO_CUDA=TRUE [...]
    
    Also, when FindCUDA fails to find CUDA package, the project is now
    built without CUDA support.
    5151bd7e