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

« back to all changes in this revision

Viewing changes to Modules/FindTclStub.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:
21
21
#      Let's leave that choice to the user by allowing him to assign 
22
22
#      TCL_STUB_LIBRARY to any Tcl library, debug or not.
23
23
 
 
24
#=============================================================================
 
25
# Copyright 2008-2009 Kitware, Inc.
 
26
#
 
27
# Distributed under the OSI-approved BSD License (the "License");
 
28
# see accompanying file Copyright.txt for details.
 
29
#
 
30
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
31
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
32
# See the License for more information.
 
33
#=============================================================================
 
34
# (To distributed this file outside of CMake, substitute the full
 
35
#  License text for the above reference.)
 
36
 
24
37
INCLUDE(FindTCL)
25
38
 
26
39
GET_FILENAME_COMPONENT(TCL_TCLSH_PATH "${TCL_TCLSH}" PATH)