Skip to content
  • James Bigler's avatar
    Fixed: CUDA_VERSION_MAJOR/MINOR now computed after first run. · 0d30e3fe
    James Bigler authored
    CUDA_VERSION_MAJOR and CUDA_VERSION_MINOR were only computed when CUDA_VERSION was first
    computed.  Subsequent runs of FindCUDA would not have CUDA_VERSION_MAJOR/MINOR set.  We
    now extract the major and minor versions from the CUDA_VERSION cache variable every run.
    0d30e3fe