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

« back to all changes in this revision

Viewing changes to Modules/CheckTypeSize.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:
22
22
# These variables are referenced in CheckTypeSizeC.c so we have 
23
23
# to check for them.
24
24
 
 
25
#=============================================================================
 
26
# Copyright 2002-2009 Kitware, Inc.
 
27
#
 
28
# Distributed under the OSI-approved BSD License (the "License");
 
29
# see accompanying file Copyright.txt for details.
 
30
#
 
31
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
32
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
33
# See the License for more information.
 
34
#=============================================================================
 
35
# (To distributed this file outside of CMake, substitute the full
 
36
#  License text for the above reference.)
 
37
 
25
38
include(CheckIncludeFile)
26
39
 
27
40
MACRO(CHECK_TYPE_SIZE TYPE VARIABLE)