--- 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