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

« back to all changes in this revision

Viewing changes to Modules/FindTclsh.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:
7
7
# In cygwin, look for the cygwin version first.  Don't look for it later to
8
8
# avoid finding the cygwin version on a Win32 build.
9
9
 
 
10
#=============================================================================
 
11
# Copyright 2001-2009 Kitware, Inc.
 
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.)
 
22
 
10
23
IF(WIN32 AND UNIX)
11
24
  FIND_PROGRAM(TCL_TCLSH NAMES cygtclsh83 cygtclsh80)
12
25
ENDIF(WIN32 AND UNIX)