From 6dae008604bb902e5d21c2fb83dd26b2f30c074e Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 4 Sep 2026 21:43:13 +0800 Subject: Update vcpkg Boost suffix --- indra/cmake/Boost.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/cmake') diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index 9746704907..43eca8b14e 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -21,9 +21,9 @@ elseif (WINDOWS) string(REPLACE "boost_context" "" sfx "${_boost_context_name}") else () if ($ENV{MSYSTEM_CARCH} MATCHES aarch64) - set(sfx -vc143-mt-a64-1_91) + set(sfx -vc145-mt-a64-1_92) else () - set(sfx -vc143-mt-x64-1_91) + set(sfx -vc145-mt-x64-1_92) endif () message(WARNING "Could not detect Boost suffix via glob; using fallback '${sfx}'. " "Check that vcpkg installed boost into ${prefix_result}.") -- cgit v1.3