build: fix build on Gentoo
This commit is contained in:
parent
37655a3107
commit
e1ad016bb5
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue