forked from blue/squawk
build: fix build on Gentoo
This commit is contained in:
parent
37655a3107
commit
e1ad016bb5
@ -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})
|
||||||
|
Loading…
Reference in New Issue
Block a user