diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-04-08 06:53:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-08 06:53:22 -0400 |
commit | 7fee555a462b001748352da1339c9bcc0e154a3b (patch) | |
tree | c244f4ba75e2736815f096c51e691f5c664c2326 /.travis.yml | |
parent | 8d191b2785161a204c4df15aadeca66e306afa1c (diff) | |
parent | aa6bd85da147291728acb0828f5c987a02a66193 (diff) |
Merge pull request #1150 from JerziKaminsky/cmake_find_libcap
Add libcap check to CMake
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a8e292ba..2bb17d40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ arch: - cairo - gdk-pixbuf2 - wlc-git + - libcap script: - "cmake ." - "make" |