~ci-train-bot/unity-scopes-shell/unity-scopes-shell-ubuntu-xenial-landing-047

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2016-05-03 08:12:12 UTC
  • mfrom: (295.3.6 clientid-1554040)
  • Revision ID: ci-train-bot@canonical.com-20160503081212-2nyu7hi299bmactf
Allow clients to specify authentication parameters. Fixes: #1554040
Approved by: Marcus Tomlinson

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
find_package(Qt5Test)
51
51
find_package(Boost COMPONENTS regex REQUIRED)
52
52
 
53
 
pkg_check_modules(SCOPESLIB REQUIRED libunity-scopes>=1.0.4)
 
53
pkg_check_modules(SCOPESLIB REQUIRED libunity-scopes>=1.0.5)
54
54
pkg_check_modules(SCOPES_API REQUIRED unity-shell-scopes=11)
55
55
 
56
56
pkg_check_modules(GSETTINGSQT REQUIRED gsettings-qt)