Skip to content

Commit 2b6499f

Browse files
committed
try fixing build scripts
1 parent 8008548 commit 2b6499f

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

3rd_party/sapien-vulkan-2

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
8282
else()
8383
set(SVULKAN2_CUDA_INTEROP OFF CACHE BOOL "" FORCE)

cmake/pybind11.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ include(FetchContent)
66
FetchContent_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

1412
FetchContent_MakeAvailable(pybind11)

pinocchio/cmake/pybind11.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ include(FetchContent)
66
FetchContent_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

1412
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)