From 086abf32f5fc93d3b0e2023b395b939088d397b1 Mon Sep 17 00:00:00 2001 From: zachferguson Date: Thu, 22 May 2025 09:49:14 -0400 Subject: [PATCH] Update Tight Inclusion package version to 1.0.6 --- cmake/recipes/tight_inclusion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/recipes/tight_inclusion.cmake b/cmake/recipes/tight_inclusion.cmake index fc83441e4..ad08111ff 100644 --- a/cmake/recipes/tight_inclusion.cmake +++ b/cmake/recipes/tight_inclusion.cmake @@ -7,7 +7,7 @@ endif() message(STATUS "Third-party: creating target 'tight_inclusion::tight_inclusion'") include(CPM) -CPMAddPackage("gh:Continuous-Collision-Detection/Tight-Inclusion@1.0.5") +CPMAddPackage("gh:Continuous-Collision-Detection/Tight-Inclusion@1.0.6") # Folder name for IDE set_target_properties(tight_inclusion PROPERTIES FOLDER "ThirdParty") \ No newline at end of file