summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-09-04 21:43:13 +0800
committerErik Kundiman <erik@megapahit.org>2026-09-04 21:43:13 +0800
commit6dae008604bb902e5d21c2fb83dd26b2f30c074e (patch)
tree1140dbf6f6aa7c775950f543f8dbd619c1430fcd /indra
parenteba3bb65960195efc01eab3c1de2285afc9ae1e6 (diff)
Update vcpkg Boost suffix
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/Boost.cmake4
-rw-r--r--indra/newview/ViewerInstall.cmake2
2 files changed, 3 insertions, 3 deletions
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}.")
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 ()