File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ if (${SAPIEN_CUDA})
7777 set (CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -O3 -lineinfo -ftemplate-depth=1024" )
7878 file (GLOB_RECURSE SAPIEN_CUDA_SRC "src/*.cu" )
7979
80- find_package (CUDA REQUIRED )
80+ find_package (CUDAToolkit REQUIRED )
8181 set (SVULKAN2_CUDA_INTEROP ON CACHE BOOL "" FORCE )
8282else ()
8383 set (SVULKAN2_CUDA_INTEROP OFF CACHE BOOL "" FORCE )
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ include(FetchContent)
66FetchContent_Declare (
77 pybind11
88 GIT_REPOSITORY https://github.com/pybind/pybind11.git
9- GIT_TAG 2943a27a14b507c67ca3e17c57bb74bbb7744f2b
10- GIT_SHALLOW TRUE
11- GIT_PROGRESS TRUE
9+ GIT_TAG 06e8ee2e357fc2fd6e36de431fa0ca0049aafc7d
1210)
1311
1412FetchContent_MakeAvailable (pybind11)
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ include(FetchContent)
66FetchContent_Declare (
77 pybind11
88 GIT_REPOSITORY https://github.com/pybind/pybind11.git
9- GIT_TAG 2943a27a14b507c67ca3e17c57bb74bbb7744f2b
10- GIT_SHALLOW TRUE
11- GIT_PROGRESS TRUE
9+ GIT_TAG 06e8ee2e357fc2fd6e36de431fa0ca0049aafc7d
1210)
1311
1412FetchContent_MakeAvailable (pybind11)
You can’t perform that action at this time.
0 commit comments