cmake_minimum_required(VERSION 3.17)

project(find_cuda CXX)

find_package(CUDAToolkit REQUIRED)
