mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-12 23:18:42 +00:00
[libvpx] Remove addition of git to the PATH
This commit is contained in:
parent
e4d337cc96
commit
924c9321a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user