Skip to content

Commit 21edcc2

Browse files
committed
Update scalable CCD package version in CMake configuration
1 parent 2445bff commit 21edcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/recipes/scalable_ccd.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ message(STATUS "Third-party: creating target 'scalable_ccd::scalable_ccd'")
99
set(SCALABLE_CCD_WITH_CUDA ${IPC_TOOLKIT_WITH_CUDA} CACHE BOOL "Enable CUDA CCD" FORCE)
1010

1111
include(CPM)
12-
CPMAddPackage("gh:continuous-collision-detection/scalable-ccd#2c82b9ca43fba30b85f7e9aa83283464b1bb7843")
12+
CPMAddPackage("gh:continuous-collision-detection/scalable-ccd#4fa806f533b19132e696a2dddeab16537025b5f9")
1313

1414
# Folder name for IDE
1515
set_target_properties(scalable_ccd PROPERTIES FOLDER "ThirdParty")

0 commit comments

Comments
 (0)