mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
Change depot_tools path
This commit is contained in:
parent
4b91b1ffc7
commit
5bfddcb3d5
2 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
find_program(DEPOTTOOLS_GCLIENT_EXECUTABLE
|
find_program(DEPOTTOOLS_GCLIENT_EXECUTABLE
|
||||||
NAMES gclient.bat
|
NAMES gclient.bat
|
||||||
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/Dependencies/depot_tools)
|
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/depot_tools)
|
||||||
else (WIN32)
|
else (WIN32)
|
||||||
find_program(DEPOTTOOLS_GCLIENT_EXECUTABLE
|
find_program(DEPOTTOOLS_GCLIENT_EXECUTABLE
|
||||||
NAMES gclient
|
NAMES gclient
|
||||||
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/Dependencies/depot_tools)
|
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/depot_tools)
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
||||||
include(${CMAKE_ROOT}/Modules/FindPackageHandleStandardArgs.cmake)
|
include(${CMAKE_ROOT}/Modules/FindPackageHandleStandardArgs.cmake)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Generate environment variables
|
# Generate environment variables
|
||||||
#
|
#
|
||||||
set(WEBRTC_PATH ${CMAKE_SOURCE_DIR}/Dependencies/depot_tools)
|
set(WEBRTC_PATH ${CMAKE_SOURCE_DIR}/depot_tools)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
get_filename_component(DEPOT_TOOLS_PYTHON_PATH
|
get_filename_component(DEPOT_TOOLS_PYTHON_PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue