Markus Gruber
Results
2
comments of
Markus Gruber
Hi @BIORAK and @alsalas, I've uploaded a small fix that should solve your compilation problems. Just be sure to call cmake with "-DCUDA_TOOLKIT_ROOT_DIR=${YOUR_CUDA_INSTALLATION}" if you have installed CUDA in a...
As a workaround, you could try to tell cmake explicitly that you do not want to compile the CUDA version: cmake -DWITH_CUDA=OFF ${PATH_TO_CCMPRED_REPO} instead of just calling cmake.