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

« back to all changes in this revision

Viewing changes to Modules/FindITK.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:
20
20
#                 compatability.  Use ITK_USE_FILE
21
21
#                 instead.
22
22
 
 
23
#=============================================================================
 
24
# Copyright 2001-2009 Kitware, Inc.
 
25
#
 
26
# Distributed under the OSI-approved BSD License (the "License");
 
27
# see accompanying file Copyright.txt for details.
 
28
#
 
29
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
30
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
31
# See the License for more information.
 
32
#=============================================================================
 
33
# (To distributed this file outside of CMake, substitute the full
 
34
#  License text for the above reference.)
23
35
 
24
36
SET(ITK_DIR_STRING "directory containing ITKConfig.cmake.  This is either the root of the build tree, or PREFIX/lib/InsightToolkit for an installation.")
25
37