build: fix build on Gentoo

This commit is contained in:
vae 2021-05-09 00:35:47 +03:00
parent 37655a3107
commit e1ad016bb5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set(CMAKE_AUTOUIC ON)
# Find the QtWidgets library # Find the QtWidgets library
find_package(Qt5 CONFIG REQUIRED COMPONENTS Widgets DBus Core) 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) date_time filesystem iostreams)
if(Boost_FOUND) if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS}) include_directories(${Boost_INCLUDE_DIRS})