aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-15 16:34:43 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-15 16:34:43 -0700
commit924c9321a752b17bac52ae4ebf955dc28d221dd2 (patch)
treefc0c2b83b6b7ef19ba592577f6e18772981fc594
parente4d337cc96bb7d0f1153b1240d90518222b321ee (diff)
downloadvcpkg-924c9321a752b17bac52ae4ebf955dc28d221dd2.tar.gz
vcpkg-924c9321a752b17bac52ae4ebf955dc28d221dd2.zip
[libvpx] Remove addition of git to the PATH
-rw-r--r--ports/libvpx/portfile.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/libvpx/portfile.cmake b/ports/libvpx/portfile.cmake
index 3b078097c..87f6cfdfc 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