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

« back to all changes in this revision

Viewing changes to Modules/FindSubversion.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:
24
24
#    MESSAGE("Last changed log is ${Project_LAST_CHANGED_LOG}")
25
25
#  ENDIF(Subversion_FOUND)
26
26
 
27
 
# Copyright (c) 2006, Tristan Carel
28
 
# All rights reserved.
29
 
# Redistribution and use in source and binary forms, with or without
30
 
# modification, are permitted provided that the following conditions are met:
31
 
#
32
 
#     * Redistributions of source code must retain the above copyright
33
 
#       notice, this list of conditions and the following disclaimer.
34
 
#     * Redistributions in binary form must reproduce the above copyright
35
 
#       notice, this list of conditions and the following disclaimer in the
36
 
#       documentation and/or other materials provided with the distribution.
37
 
#     * Neither the name of the University of California, Berkeley nor the
38
 
#       names of its contributors may be used to endorse or promote products
39
 
#       derived from this software without specific prior written permission.
40
 
#
41
 
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
42
 
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
43
 
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
44
 
# DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
45
 
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
46
 
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
47
 
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
48
 
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
49
 
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
50
 
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51
 
 
52
 
# $Id: FindSubversion.cmake,v 1.2.2.3 2008-05-23 20:09:34 hoffman Exp $
 
27
#=============================================================================
 
28
# Copyright 2006-2009 Kitware, Inc.
 
29
# Copyright 2006 Tristan Carel
 
30
#
 
31
# Distributed under the OSI-approved BSD License (the "License");
 
32
# see accompanying file Copyright.txt for details.
 
33
#
 
34
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
35
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
36
# See the License for more information.
 
37
#=============================================================================
 
38
# (To distributed this file outside of CMake, substitute the full
 
39
#  License text for the above reference.)
53
40
 
54
41
SET(Subversion_FOUND FALSE)
55
42
SET(Subversion_SVN_FOUND FALSE)