Remove WebRTC revision check

This commit is contained in:
Axel Isouard 2016-09-23 19:37:38 +02:00
parent fbca31f896
commit 6f959721aa

View file

@ -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}