Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
faberno authored Oct 4, 2024
1 parent ba82164 commit 18e8ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18e8ec0

Please sign in to comment.