~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Modules/FindKDE3.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
#
64
64
# Author: Alexander Neundorf <neundorf@kde.org>
65
65
 
 
66
#=============================================================================
 
67
# Copyright 2006-2009 Kitware, Inc.
 
68
# Copyright 2006 Alexander Neundorf <neundorf@kde.org>
 
69
#
 
70
# Distributed under the OSI-approved BSD License (the "License");
 
71
# see accompanying file Copyright.txt for details.
 
72
#
 
73
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
74
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
75
# See the License for more information.
 
76
#=============================================================================
 
77
# (To distributed this file outside of CMake, substitute the full
 
78
#  License text for the above reference.)
 
79
 
66
80
IF(NOT UNIX AND KDE3_FIND_REQUIRED)
67
81
   MESSAGE(FATAL_ERROR "Compiling KDE3 applications and libraries under Windows is not supported")
68
82
ENDIF(NOT UNIX AND KDE3_FIND_REQUIRED)