From 860630a62532304b51913f492de854171596a5ac Mon Sep 17 00:00:00 2001 From: Alexander Kurbatov Date: Sat, 14 Oct 2023 16:42:23 +0300 Subject: [PATCH] feat: Rebase to latest cpp-sc2 Signed-off-by: Alexander Kurbatov --- thirdparty/cmake/cpp_sc2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/cmake/cpp_sc2.cmake b/thirdparty/cmake/cpp_sc2.cmake index 01258b6..d29ad77 100644 --- a/thirdparty/cmake/cpp_sc2.cmake +++ b/thirdparty/cmake/cpp_sc2.cmake @@ -12,7 +12,7 @@ set(BUILD_SC2_RENDERER OFF CACHE INTERNAL "" FORCE) FetchContent_Declare( cpp_sc2 GIT_REPOSITORY https://github.com/cpp-sc2/cpp-sc2.git - GIT_TAG fbc081264144c266aa73bc90e52f96b3db31819d + GIT_TAG f4e8761ee6346c95aa0253d458df241631a4e778 ) FetchContent_MakeAvailable(cpp_sc2)