build(windows): drop unused boost-locale (#5116)

This commit is contained in:
David Lane
2026-05-14 14:20:32 -04:00
committed by GitHub
parent 44cca9a523
commit 71323d3847

View File

@@ -6,13 +6,16 @@ include_guard(GLOBAL)
set(BOOST_VERSION "1.89.0") set(BOOST_VERSION "1.89.0")
set(BOOST_COMPONENTS set(BOOST_COMPONENTS
filesystem filesystem
locale
log log
program_options program_options
system system
) )
# system is not used by Sunshine, but by Simple-Web-Server, added here for convenience # system is not used by Sunshine, but by Simple-Web-Server, added here for convenience
if(NOT WIN32)
list(APPEND BOOST_COMPONENTS locale)
endif()
# algorithm, preprocessor, scope, and uuid are not used by Sunshine, but by libdisplaydevice, added here for convenience # algorithm, preprocessor, scope, and uuid are not used by Sunshine, but by libdisplaydevice, added here for convenience
if(WIN32) if(WIN32)
list(APPEND BOOST_COMPONENTS list(APPEND BOOST_COMPONENTS