2013-10-15 19:17:36 +04:00
|
|
|
#.rst:
|
|
|
|
# CMakeParseArguments
|
|
|
|
# -------------------
|
2010-08-15 00:06:49 +04:00
|
|
|
#
|
2015-12-05 21:01:12 +03:00
|
|
|
# This module once implemented the :command:`cmake_parse_arguments` command
|
|
|
|
# that is now implemented natively by CMake. It is now an empty placeholder
|
|
|
|
# for compatibility with projects that include it to get the command from
|
|
|
|
# CMake 3.4 and lower.
|
2010-08-15 00:06:49 +04:00
|
|
|
|
2010-08-17 17:44:30 +04:00
|
|
|
#=============================================================================
|
|
|
|
# Copyright 2010 Alexander Neundorf <neundorf@kde.org>
|
2010-08-15 00:06:49 +04:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#=============================================================================
|
2010-08-17 17:44:30 +04:00
|
|
|
# (To distribute this file outside of CMake, substitute the full
|
2010-08-15 00:06:49 +04:00
|
|
|
# License text for the above reference.)
|