~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-06-25 12:41:12 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20090625124112-e17dm3yrvgnzby34
Tags: 4:4.2.95-0ubuntu1
* New upstream release:
  - Bump KDE versions to 4.2.95
* Bump Standards-Version to 3.8.2, no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules )
5
5
 
6
6
#search packages used by KDE
7
 
set(KDE_MIN_VERSION "4.2.90")  # for the < 4.2 macro
8
 
find_package(KDE4 4.2.90 REQUIRED)
 
7
set(KDE_MIN_VERSION "4.2.95")  # for the < 4.2 macro
 
8
find_package(KDE4 4.2.95 REQUIRED)
9
9
find_package(Strigi REQUIRED)
10
10
find_package(ZLIB REQUIRED)
11
11
include (KDE4Defaults)