~ted/pay-service/pay-test-app

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI bot
  • Author(s): Rodney Dawes
  • Date: 2014-07-10 21:10:43 UTC
  • mfrom: (10.4.1 drop-extra-include)
  • Revision ID: ps-jenkins@lists.canonical.com-20140710211043-y2ee3y3sggk697fa
Drop the extra include of FindPkgConfig as it is not needed. Fixes: 1337332
Approved by: Alejandro J. Cura, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
find_package (PkgConfig REQUIRED)
35
35
find_package (Qt5Core REQUIRED)
36
 
include (FindPkgConfig)
37
36
 
38
37
pkg_check_modules (SERVICE_DEPS REQUIRED
39
38
                   libcurl