I'm on CentOS7 for legacy reasons, and I get the following error:
Could NOT find CUDA (missing: CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRSCUDA_CUDART_LIBRARY)
Clearly, I need to install the nvcc executable and point CMake3 to it, but how?
I'm on CentOS7 for legacy reasons, and I get the following error:
Could NOT find CUDA (missing: CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRSCUDA_CUDART_LIBRARY)
Clearly, I need to install the nvcc executable and point CMake3 to it, but how?