CUDA_SDK_ROOT_DIR-NOTFOUND 是一个常见的 CMake 错误,通常发生在配置需要 CUDA SDK 的项目时,但 CMake 无法找到 CUDA SDK 的安装目录。下面我将根据提供的 tips 分点回答你的问题: 1. 确认 cuda_sdk_root_dir 的含义和用途 CUDA_SDK_ROOT_DIR 是一个环境变量或 CMake 变量,用于指定 CUDA SDK(软件开发...
I am new to cuda. I installed cuda 6.5 on ubuntu 14.04(64bit) using apt-get. when i try to compile pcl(point cloud library) with cuda support, it says: CUDA_SDK_ROOT_DIR-NOTFOUND what is the location of CUDA_SDK_ROOT_DIR? ccmake could find location of CUDA_TOOLKIT_ROOT_DIR as ...
> > Is it related to the fact that in my CMake configuration of RTK, the line > CUDA_SDK_ROOT_DIR is not found ? (CMake says “CUDA_SDK_ROOT_DIR-NOTFOUND”). > > If so, how am I supposed to configure this line ? > > If not, do you have a solution to propose (I could...