Revision 3a50c55ff6f0ad2f06d52f30fa8d1bcdef0c0730 authored by Brad King on 17 June 2016, 14:40:14 UTC, committed by Brad King on 17 June 2016, 14:40:14 UTC
2 parent s 4160d68 + 76b462e
Raw File
CMake.cmake

#=============================================================================
# Copyright 2004-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.)

# This file is used by cmake.cxx to compute the CMAKE_ROOT location.
# Do not remove this file from cvs without updating cmake.cxx to look
# for a different file.
back to top