https://github.com/Kitware/CMake
Revision 3eec21a01cda630f34a4505d66bdbf6d5063ecdc authored by Vitaly Stakhovsky on 30 March 2020, 17:45:00 UTC, committed by Vitaly Stakhovsky on 30 March 2020, 19:00:14 UTC
1 parent 888b8a4
Raw File
Tip revision: 3eec21a01cda630f34a4505d66bdbf6d5063ecdc authored by Vitaly Stakhovsky on 30 March 2020, 17:45:00 UTC
cmTarget::GetProperty: return cmProp
Tip revision: 3eec21a
CMakeParseArguments.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

#[=======================================================================[.rst:
CMakeParseArguments
-------------------

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.
#]=======================================================================]
back to top