Skip to content
  • Umar Arshad's avatar
    FindCUDA: Fix CMP0007 warning in run_nvcc.cmake · 8b09c20c
    Umar Arshad authored and Brad King's avatar Brad King committed
    Set `CMP0007` to `NEW` for the entire script.  The script comes with
    CMake and is aware of the policy's behavior, so set the policy to ensure
    that its warnings do not show up during the build phase.
    
    Fixes: #16579
    8b09c20c