From e1ad016bb590612a67b2296e1d6a9ad1b67f9e22 Mon Sep 17 00:00:00 2001 From: vae Date: Sun, 9 May 2021 00:35:47 +0300 Subject: [PATCH] build: fix build on Gentoo --- ui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt index 00570c9..8e93485 100644 --- a/ui/CMakeLists.txt +++ b/ui/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_AUTOUIC ON) # Find the QtWidgets library find_package(Qt5 CONFIG REQUIRED COMPONENTS Widgets DBus Core) -find_package(Boost 1.36.0 CONFIG REQUIRED COMPONENTS +find_package(Boost 1.36.0 REQUIRED COMPONENTS date_time filesystem iostreams) if(Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS})