[libvpx] Remove addition of git to the PATH

This commit is contained in:
Alexander Karatarakis 2017-03-15 16:34:43 -07:00
parent e4d337cc96
commit 924c9321a7

View File

@ -72,10 +72,6 @@ vcpkg_execute_required_process(
WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}"
LOGNAME configure-${TARGET_TRIPLET})
find_program(GIT git)
get_filename_component(GIT_EXE_PATH ${GIT} DIRECTORY)
set(ENV{PATH} "$ENV{PATH};${GIT_EXE_PATH}")
message(STATUS "Generating MSBuild projects")
vcpkg_execute_required_process(
COMMAND