From fa36d1fb1d65e10dcf2dd6abdfab95d19736f396 Mon Sep 17 00:00:00 2001 From: Zach Date: Wed, 27 Dec 2023 14:02:07 -0500 Subject: [PATCH] [CMakeLists]: Change curand_kernel include path to CUDA 12.2 to match the GitHub Actions Hopefully this will make it work. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c892e74..92d956d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")