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

« back to all changes in this revision

Viewing changes to Modules/FindLibXslt.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:
6
6
#  LIBXSLT_LIBRARIES - Link these to LibXslt
7
7
#  LIBXSLT_DEFINITIONS - Compiler switches required for using LibXslt
8
8
 
9
 
# Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>
10
 
#
11
 
# Redistribution and use is allowed according to the terms of the BSD license.
12
 
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
13
 
 
 
9
#=============================================================================
 
10
# Copyright 2006-2009 Kitware, Inc.
 
11
# Copyright 2006 Alexander Neundorf <neundorf@kde.org>
 
12
#
 
13
# Distributed under the OSI-approved BSD License (the "License");
 
14
# see accompanying file Copyright.txt for details.
 
15
#
 
16
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
17
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
18
# See the License for more information.
 
19
#=============================================================================
 
20
# (To distributed this file outside of CMake, substitute the full
 
21
#  License text for the above reference.)
14
22
 
15
23
IF (LIBXSLT_INCLUDE_DIR AND LIBXSLT_LIBRARIES)
16
24
   # in cache already