~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-04-10 21:53:31 UTC
  • mfrom: (1.1.112)
  • Revision ID: package-import@ubuntu.com-20140410215331-4skq50lp0ru1pdxo
Tags: 4:4.13.0-0ubuntu1
New upstream KDE Software Compilation release

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
############### The kdepimlibs version (used e.g. in KdepimLibsConfig.cmake) ###############
8
8
set(KDEPIMLIBS_VERSION_MAJOR 4)
9
 
set(KDEPIMLIBS_VERSION_MINOR 12)
10
 
set(KDEPIMLIBS_VERSION_PATCH 97)
 
9
set(KDEPIMLIBS_VERSION_MINOR 13)
 
10
set(KDEPIMLIBS_VERSION_PATCH 0)
11
11
set(KDEPIMLIBS_VERSION ${KDEPIMLIBS_VERSION_MAJOR}.${KDEPIMLIBS_VERSION_MINOR}.${KDEPIMLIBS_VERSION_PATCH})
12
12
 
13
13
 
79
79
 
80
80
if (NOT KDEPIM_ONLY_KLEO)
81
81
  #FindAkonadi.cmake is only there for compatibility reasons, but we don't want to use that.
82
 
  set(Akonadi_MIN_VERSION "1.11.80")
 
82
  set(Akonadi_MIN_VERSION "1.12.1")
83
83
  find_package(Akonadi ${Akonadi_MIN_VERSION} QUIET NO_MODULE)
84
84
  set_package_properties(Akonadi PROPERTIES DESCRIPTION "Akonadi server libraries" URL "http://pim.kde.org/akonadi" TYPE REQUIRED PURPOSE "Access to PIM storage and services")
85
85