Trying to install the nvidia Cuda software as per this site and kept hitting this wall
Could NOT find CUDA (missing: CUDA_CUDART_LIBRARY)
found many possible solutions on the web, but in my case,
cmake -DCUDA_CUDART_LIBRARY=/usr/local/cuda/lib64/libcudart.so ../nheqminer
solved the issue
big thanks to these people!