AMGX icon indicating copy to clipboard operation
AMGX copied to clipboard

Cmake error: "empty-string as include directory.

Open ztdepztdep opened this issue 2 years ago • 2 comments

CMake Error at examples/CMakeLists.txt:29 (include_directories): include_directories given empty-string as include directory.

ztdepztdep avatar Mar 06 '23 13:03 ztdepztdep

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?

mattmartineau avatar Apr 24 '23 13:04 mattmartineau

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?

It seems works after set the variable ${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES} as /usr/lib/cuda/include image I installed cuda by command: sudo apt install nvidia-cuda-toolkit And the include file is found here: image

REshyx avatar Jun 16 '23 05:06 REshyx