mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

CMakeGraphVizOptions is not a module to be included in a project, so to make the Graphviz functionality clearer, this moves all its documentation under the --graphviz option. Fixes: #27110
14 lines
560 B
CMake
14 lines
560 B
CMake
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
# file LICENSE.rst or https://cmake.org/licensing for details.
|
|
|
|
#[=======================================================================[.rst:
|
|
CMakeGraphVizOptions
|
|
--------------------
|
|
|
|
.. note::
|
|
|
|
This module is not intended to be included in CMake projects directly.
|
|
It once contained the information for using Graphviz in CMake. For
|
|
Graphviz usage in CMake refer to the :option:`cmake --graphviz`.
|
|
#]=======================================================================]
|