FindGit: Improve documentation formatting
This commit is contained in:
parent
facfb52c9f
commit
fa78ee97ff
|
@ -2,19 +2,18 @@
|
||||||
# FindGit
|
# FindGit
|
||||||
# -------
|
# -------
|
||||||
#
|
#
|
||||||
#
|
|
||||||
#
|
|
||||||
# The module defines the following variables:
|
# The module defines the following variables:
|
||||||
#
|
#
|
||||||
# ::
|
# ``GIT_EXECUTABLE``
|
||||||
#
|
# Path to Git command-line client.
|
||||||
# GIT_EXECUTABLE - path to Git command line client
|
# ``Git_FOUND``, ``GIT_FOUND``
|
||||||
# Git_FOUND / GIT_FOUND - true if the Git command line client was found
|
# True if the Git command-line client was found.
|
||||||
# GIT_VERSION_STRING - the version of Git found
|
# ``GIT_VERSION_STRING``
|
||||||
|
# The version of Git found.
|
||||||
#
|
#
|
||||||
# Example usage:
|
# Example usage:
|
||||||
#
|
#
|
||||||
# ::
|
# .. code-block:: cmake
|
||||||
#
|
#
|
||||||
# find_package(Git)
|
# find_package(Git)
|
||||||
# if(Git_FOUND)
|
# if(Git_FOUND)
|
||||||
|
|
Loading…
Reference in New Issue