https://github.com/Kitware/CMake
Revision b972e25276186ea43879dccfab50f43024f44390 authored by Craig Scott on 23 August 2020, 08:38:47 UTC, committed by Craig Scott on 23 August 2020, 08:38:47 UTC
1 parent 269d1a8
Raw File
Tip revision: b972e25276186ea43879dccfab50f43024f44390 authored by Craig Scott on 23 August 2020, 08:38:47 UTC
FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overridden
Tip revision: b972e25
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