From 924c9321a752b17bac52ae4ebf955dc28d221dd2 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 15 Mar 2017 16:34:43 -0700 Subject: [PATCH] [libvpx] Remove addition of git to the PATH --- ports/libvpx/portfile.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ports/libvpx/portfile.cmake b/ports/libvpx/portfile.cmake index 3b078097c1..87f6cfdfc4 100644 --- a/ports/libvpx/portfile.cmake +++ b/ports/libvpx/portfile.cmake @@ -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