aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-11-21 12:25:22 +0100
committerfunjoker <funjoker109@gmail.com>2023-12-01 23:28:35 +0100
commit070cd23b6cf2e985713b90455cb7f7c53535cbcf (patch)
treecfcd414ecc4d3ef05253140ce83897f693d6dcd3 /dep
parentb6e346eaf0ee9a1c0dc2c7977ac950b77c857ecf (diff)
Core/Calendar: Implement different timezone support for ingame calendar
Closes #8390 Closes #29427 (cherry picked from commit b888b1b09f71a8b8b4a9d45c804a1f164fb65ac3)
Diffstat (limited to 'dep')
-rw-r--r--dep/boost/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt
index 5d0f372594e..845f4ee8edc 100644
--- a/dep/boost/CMakeLists.txt
+++ b/dep/boost/CMakeLists.txt
@@ -29,7 +29,7 @@ else()
set(BOOST_REQUIRED_VERSION 1.71)
endif()
-find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED system filesystem program_options iostreams regex)
+find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED system filesystem program_options iostreams regex locale)
if(NOT Boost_FOUND)
if(NOT DEFINED ENV{BOOST_ROOT} AND NOT DEFINED Boost_DIR AND NOT DEFINED BOOST_ROOT AND NOT DEFINED BOOSTROOT)