~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-02-06 11:49:08 UTC
  • mto: This revision was merged to the branch mainline in revision 216.
  • Revision ID: package-import@ubuntu.com-20130206114908-wew8c6c6mzcr23ax
Tags: upstream-4.10.0a
ImportĀ upstreamĀ versionĀ 4.10.0a

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
#    3.2 alpha1
104
104
 
105
105
# Do NOT add quote
106
 
set(KDEPIM_DEV_VERSION rc3)
 
106
set(KDEPIM_DEV_VERSION)
107
107
 
108
108
# add an extra space
109
109
if(DEFINED KDEPIM_DEV_VERSION)
126
126
include(MacroLibrary)
127
127
include(CheckIncludeFiles)
128
128
include(MacroBoolTo01)
129
 
find_package(KdepimLibs 4.9.81 REQUIRED)
 
129
find_package(KdepimLibs 4.10 REQUIRED)
130
130
 
131
131
############### Load the CTest options ###############
132
132