diff options
Diffstat (limited to 'cmake/macros/FindGit.cmake')
-rw-r--r-- | cmake/macros/FindGit.cmake | 2 |
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) |