diff --git a/CMakeLists.txt b/CMakeLists.txt index f9595e3..c59295b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15...3.27) if(UNIX) - set(CUDAToolkit_ROOT /usr/local/cuda/targets/x86_64-linux/) #it's inside CMAKE_SYSROOT + set(CUDAToolkit_ROOT /usr/local/cuda/bin) #it's inside CMAKE_SYSROOT endif (UNIX) # Set up the project and ensure there is a working C++ compiler