cmake: Policy CMP0146 is not set: The FindCUDA module is removed. Run “cmake
解决方法:
参考 https://blog.csdn.net/u010420283/article/details/134736422
在对应报错的CMakeLists.txt的 find_package(CUDA) 前面加上如下内容:
if(POLICY CMP0146)
cmake_policy(SET CMP0146 OLD)
endif()
转载请注明来源,谢谢。
有偿解决C++编程问题,承接项目定制开发;寻一份全职或兼职Windows C++开发工作。联系邮箱:jishurizhi@outlook.com。