2013-10-15 11:17:36 -04:00
|
|
|
#.rst:
|
|
|
|
# CMakeParseArguments
|
|
|
|
# -------------------
|
2010-08-14 22:06:49 +02:00
|
|
|
#
|
2015-12-05 19:01:12 +01: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-14 22:06:49 +02:00
|
|
|
|
2010-08-17 09:44:30 -04:00
|
|
|
#=============================================================================
|
|
|
|
# Copyright 2010 Alexander Neundorf <neundorf@kde.org>
|
2010-08-14 22:06:49 +02: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 09:44:30 -04:00
|
|
|
# (To distribute this file outside of CMake, substitute the full
|
2010-08-14 22:06:49 +02:00
|
|
|
# License text for the above reference.)
|