diff options
Diffstat (limited to 'games/wesnoth/files/patch-CMakeLists.txt')
-rw-r--r-- | games/wesnoth/files/patch-CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wesnoth/files/patch-CMakeLists.txt b/games/wesnoth/files/patch-CMakeLists.txt index 12e918ff6c45..aeb1eb7abd22 100644 --- a/games/wesnoth/files/patch-CMakeLists.txt +++ b/games/wesnoth/files/patch-CMakeLists.txt @@ -5,7 +5,7 @@ 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(Boost ${BOOST_VERSION} REQUIRED COMPONENTS iostreams program_options process regex thread random coroutine locale filesystem graph) find_package(ICU REQUIRED COMPONENTS data i18n uc) # no, gettext executables are not required when NLS is deactivated |