~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-05-11 21:58:23 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511215823-m2f3gehcvapwrzgp
Tags: 0.5.0d-0ubuntu1
* New upstream release (LP: #375213)
* Bump Standards-Version to 3.8.1
* Drop cmake, libphon-dev from build-deps
* Update maintainer field

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PROJECT(rkward)
2
2
 
 
3
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)     # KDElibs seems to need 2.6, though
 
4
 
3
5
IF(NOT CMAKE_VERBOSE_MAKEFILE)
4
6
        SET (FORCE_PRETTY_MAKEFILE ON)
5
7
ENDIF(NOT CMAKE_VERBOSE_MAKEFILE)