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

« back to all changes in this revision

Viewing changes to Modules/Findosg.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:
29
29
#
30
30
# Created by Eric Wing.
31
31
 
 
32
#=============================================================================
 
33
# Copyright 2007-2009 Kitware, Inc.
 
34
#
 
35
# Distributed under the OSI-approved BSD License (the "License");
 
36
# see accompanying file Copyright.txt for details.
 
37
#
 
38
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
39
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
40
# See the License for more information.
 
41
#=============================================================================
 
42
# (To distributed this file outside of CMake, substitute the full
 
43
#  License text for the above reference.)
 
44
 
32
45
# Header files are presumed to be included like
33
46
# #include <osg/PositionAttitudeTransform>
34
47
# #include <osgUtil/SceneView>