Skip to content

Commit 50a7301

Browse files
author
Georg Leugner
committed
Add dependency check for libcap
1 parent 3ed2e6d commit 50a7301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ pkg_check_modules(DBUS dbus-1 REQUIRED)
6969
pkg_check_modules(LXC lxc REQUIRED)
7070
pkg_check_modules(PROPERTIES_CPP properties-cpp REQUIRED)
7171
pkg_check_modules(LIBSYSTEMD libsystemd REQUIRED)
72+
pkg_check_modules(LIBCAP libcap REQUIRED)
7273

7374
message(STATUS "LXC version: ${LXC_VERSION}")
7475
if (${LXC_VERSION} VERSION_LESS 3.0)

0 commit comments

Comments
 (0)