mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Remove WebRTC revision check
This commit is contained in:
parent
fbca31f896
commit
6f959721aa
1 changed files with 0 additions and 4 deletions
|
|
@ -27,10 +27,6 @@ set(gclient_sync
|
|||
${DEPOTTOOLS_GCLIENT_EXECUTABLE} sync -n -D
|
||||
)
|
||||
|
||||
if(WEBRTC_REVISION)
|
||||
set(gclient_sync ${gclient_sync} -r ${WEBRTC_REVISION})
|
||||
endif()
|
||||
|
||||
add_custom_command(
|
||||
OUTPUT ${CMAKE_BINARY_DIR}/src/all.gyp
|
||||
COMMAND ${gclient_sync}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue