Trying compile darknet with CMake but fail
Operating System: Windows 10 CUDA : 11.8 cudnn: 11.8 CMake: 3.30 Visual Studio: 2022 darknet: https://github.com/AlexeyAB/darknet My CMake can’t find my CUDA, but I use nvcc –version can get information. CMD response CMake Error And I go to CMakeLists.txt:118 CMakeList.txt I search all the file didn’t see where variable CMAKE_CUDA_COMPILER is. Can someone help me […]