Fix CMake inclusion for copied FindGit.cmake
This commit is contained in:
parent
e3d317d31e
commit
6564a9858b
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ mark_as_advanced(GIT_EXECUTABLE)
|
|||
# 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 DEFAULT_MSG GIT_EXECUTABLE)
|
||||
|
|
Loading…
Add table
Reference in a new issue