Skip to content
Snippets Groups Projects
Commit fa78ee97 authored by Brad King's avatar Brad King
Browse files

FindGit: Improve documentation formatting

parent facfb52c
No related merge requests found
......@@ -2,19 +2,18 @@
# FindGit
# -------
#
#
#
# The module defines the following variables:
#
# ::
#
# GIT_EXECUTABLE - path to Git command line client
# Git_FOUND / GIT_FOUND - true if the Git command line client was found
# GIT_VERSION_STRING - the version of Git found
# ``GIT_EXECUTABLE``
# Path to Git command-line client.
# ``Git_FOUND``, ``GIT_FOUND``
# True if the Git command-line client was found.
# ``GIT_VERSION_STRING``
# The version of Git found.
#
# Example usage:
#
# ::
# .. code-block:: cmake
#
# find_package(Git)
# if(Git_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment