Skip to content

Commit

Permalink
Fix CUDA include path
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Jul 17, 2024
1 parent ecdcacd commit 6a8a969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/us/ihmc/zed/ZEDJavaAPIConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
),
@Platform(
value = "windows",
includepath = {"include", "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v12.1\\\\include"}
includepath = {"include", "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8\\\\include"}
)
},
target = "us.ihmc.zed",
Expand Down

0 comments on commit 6a8a969

Please # to comment.