https://github.com/Kitware/CMake
Revision f3a6b4a209674ee1b3d7fa6f0724c2828fbe23e8 authored by Stephan Rohmen on 21 July 2020, 17:47:34 UTC, committed by Brad King on 21 July 2020, 18:55:44 UTC
1 parent 93549b9
Raw File
Tip revision: f3a6b4a209674ee1b3d7fa6f0724c2828fbe23e8 authored by Stephan Rohmen on 21 July 2020, 17:47:34 UTC
Tests: Cover Graphviz support for per-target dependency graph options
Tip revision: f3a6b4a
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