From 18e8ec0b07aaea2e2e8b6640ad9d55d7f41e0769 Mon Sep 17 00:00:00 2001 From: Fabian Schneider <56137202+faberno@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:18:34 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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