NVIDIA-AI-IOT / CUDA-PointPillars

A project demonstrating how to use CUDA-PointPillars to deal with cloud points data from lidar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when I cmake .. it return: Could NOT find CUDA (missing: CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) (found version "11.1")

brillint opened this issue · comments

commented
commented

cmake >3.10:
enable_language(CUDA)->find_package(CUDA REQUIRED)
cuda_add_library->add_library
cuda_add_executable->add_executable