Skip to content

Commit

Permalink
[CMakeLists]: Change curand_kernel include path to CUDA 12.2 to match…
Browse files Browse the repository at this point in the history
… the GitHub Actions

Hopefully this will make it work.
  • Loading branch information
cszach committed Dec 27, 2023
1 parent 656ff7e commit fa36d1f
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 @@ -37,7 +37,7 @@ target_include_directories(
${CMAKE_SOURCE_DIR}/include/math
${CMAKE_SOURCE_DIR}/include/3d
${CMAKE_SOURCE_DIR}/include/cuda
/usr/local/cuda-12.3/targets/x86_64-linux/include
/usr/local/cuda-12.2/targets/x86_64-linux/include
)

set_target_properties(raydiance PROPERTIES CUDA_SEPARABLE_COMPILATION ON CUDA_ARCHITECTURES "86")
Expand Down

0 comments on commit fa36d1f

Please sign in to comment.