aboutsummaryrefslogtreecommitdiffstats
path: root/games/wesnoth/files/patch-CMakeLists.txt
blob: 12e918ff6c4544d864da5c2efcec080a02b3601d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2025-02-17 21:50:08 UTC
+++ CMakeLists.txt
@@ -93,7 +93,7 @@ endif()
 	find_library(SECURITY_LIBRARY Security REQUIRED)
 endif()
 
-find_package(Boost ${BOOST_VERSION} REQUIRED COMPONENTS iostreams program_options regex system thread random coroutine locale filesystem graph)
+find_package(Boost ${BOOST_VERSION} REQUIRED COMPONENTS iostreams program_options process regex system thread random coroutine locale filesystem graph)
 find_package(ICU REQUIRED COMPONENTS data i18n uc)
 
 # no, gettext executables are not required when NLS is deactivated