Cmake error: "empty-string as include directory.
CMake Error at examples/CMakeLists.txt:29 (include_directories): include_directories given empty-string as include directory.
I fixed a pathing issue that was looking for and old mapping of the source directories (back when we had core and base separated). Hopefully that fixes this issue?
I fixed a pathing issue that was looking for and old mapping of the source directories (back when we had
coreandbaseseparated). Hopefully that fixes this issue?
It seems works after set the variable ${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES} as /usr/lib/cuda/include
I installed cuda by command:
sudo apt install nvidia-cuda-toolkit
And the include file is found here: