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

« back to all changes in this revision

Viewing changes to Modules/FindXMLRPC.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:
12
12
# Typical usage:
13
13
#  FIND_PACKAGE(XMLRPC REQUIRED libwww-client)
14
14
 
 
15
#=============================================================================
 
16
# Copyright 2001-2009 Kitware, Inc.
 
17
#
 
18
# Distributed under the OSI-approved BSD License (the "License");
 
19
# see accompanying file Copyright.txt for details.
 
20
#
 
21
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
22
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
23
# See the License for more information.
 
24
#=============================================================================
 
25
# (To distributed this file outside of CMake, substitute the full
 
26
#  License text for the above reference.)
 
27
 
15
28
# First find the config script from which to obtain other values.
16
29
FIND_PROGRAM(XMLRPC_C_CONFIG NAMES xmlrpc-c-config)
17
30