aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros/FindGit.cmake
diff options
context:
space:
mode:
authoripriver <g1ran1q@gmail.com>2020-06-22 15:27:03 +0300
committerPeter Keresztes Schmidt <carbenium@outlook.com>2020-06-24 14:42:02 +0200
commita46d047f9466c6f16597755bb7c771a9d1a147f2 (patch)
tree136303f021208e514db5c9b0fff1b65dc8d2d3cf /cmake/macros/FindGit.cmake
parentb210bb37130087d9a25a61dfb1b8baa60540c12c (diff)
fixed indentation for cmake files
Diffstat (limited to 'cmake/macros/FindGit.cmake')
-rw-r--r--cmake/macros/FindGit.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/macros/FindGit.cmake b/cmake/macros/FindGit.cmake
index 31a4be760f2..84a03430a1e 100644
--- a/cmake/macros/FindGit.cmake
+++ b/cmake/macros/FindGit.cmake
@@ -34,7 +34,7 @@ else()
)
# make sure we're using minimum the required version of git, so the "dirty-testing" will work properly
- ensure_version( "${_REQUIRED_GIT_VERSION}" "${_GIT_VERSION}" _GIT_VERSION_OK)
+ ensure_version("${_REQUIRED_GIT_VERSION}" "${_GIT_VERSION}" _GIT_VERSION_OK)
# throw an error if we don't have a recent enough version of git...
if(NOT _GIT_VERSION_OK)