diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-15 16:34:43 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-15 16:34:43 -0700 |
| commit | 924c9321a752b17bac52ae4ebf955dc28d221dd2 (patch) | |
| tree | fc0c2b83b6b7ef19ba592577f6e18772981fc594 | |
| parent | e4d337cc96bb7d0f1153b1240d90518222b321ee (diff) | |
| download | vcpkg-924c9321a752b17bac52ae4ebf955dc28d221dd2.tar.gz vcpkg-924c9321a752b17bac52ae4ebf955dc28d221dd2.zip | |
[libvpx] Remove addition of git to the PATH
| -rw-r--r-- | ports/libvpx/portfile.cmake | 4 |
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 |
