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/newview/ViewerInstall.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake index 440c72c561..f2ea34f0d6 100644 --- a/indra/newview/ViewerInstall.cmake +++ b/indra/newview/ViewerInstall.cmake @@ -161,7 +161,7 @@ elseif (WINDOWS) get_filename_component(_boost_context_dll_name "${_boost_context_dll}" NAME_WE) string(REPLACE "boost_context" "" BOOST_DLL_SFX "${_boost_context_dll_name}") else () - set(BOOST_DLL_SFX -vc143-mt-${BOOST_PLATFORM}-1_91) + set(BOOST_DLL_SFX -vc145-mt-${BOOST_PLATFORM}-1_92) message(WARNING "Could not detect Boost DLL suffix via glob; using fallback '${BOOST_DLL_SFX}'.") endif () -- cgit v1.3