~ci-train-bot/unity-scopes-shell/unity-scopes-shell-ubuntu-zesty-2201

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bileto Bot
  • Date: 2016-09-21 05:52:01 UTC
  • mfrom: (339.1.13 trunk)
  • Revision ID: ci-train-bot@canonical.com-20160921055201-46ms8fxvd7kbhysm
Increase scope-harness timeouts to assist scope testing on slow builders.

Show diffs side-by-side

added added

removed removed

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