With CUDA 10.0 you need to upgrade cmake to the latest version 3.12.2 otherwise you get the following error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cublas_device_LIBRARY (ADVANCED)
I followed these instructions to install the latest cmake version in the command line.
With CUDA 10.0 you need to upgrade cmake to the latest version 3.12.2 otherwise you get the following error:
I followed these instructions to install the latest cmake version in the command line.