Skip to content

Commit

Permalink
Bug fix in backported FindGit.
Browse files Browse the repository at this point in the history
Bug caught by @araujobsd
  • Loading branch information
rpavlik committed Oct 12, 2016
1 parent 7c8c792 commit b43b5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-3.2.0-modules/FindGit.cmake
Expand Up @@ -100,7 +100,7 @@ endif()
# Handle the QUIETLY and REQUIRED arguments and set GIT_FOUND to TRUE if
# all listed variables are TRUE

include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Git
REQUIRED_VARS GIT_EXECUTABLE
VERSION_VAR GIT_VERSION_STRING)

0 comments on commit b43b5e2

Please sign in to comment.