https://github.com/Kitware/CMake
Raw File
Tip revision: 948d5d18fd6deed24ede54cb0e3b017511f99559 authored by Brad King on 26 February 2014, 15:32:56 UTC
Merge branch 'fix-find_dependency-macro' into release
Tip revision: 948d5d1
FLTKCompatibility.cmake

#=============================================================================
# Copyright 2007-2009 Kitware, Inc.
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# (To distribute this file outside of CMake, substitute the full
#  License text for the above reference.)

include(CheckIncludeFile)
back to top