mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
(#38): Do not fetch gn and clang-format at the same time
This commit is contained in:
parent
7047a4dfef
commit
53a331a356
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ libwebrtc_command(
|
|||
COMMAND ${_CLANG_FORMAT_COMMAND}
|
||||
WORKING_DIRECTORY "${WEBRTC_PARENT_DIR}"
|
||||
COMMENT "Fetching clang-format${_SUFFIX} for ${_PLATFORM}"
|
||||
DEPENDS webrtc-sync
|
||||
DEPENDS webrtc-gn
|
||||
)
|
||||
set(_DEPENDENCIES ${_DEPENDENCIES} webrtc-clang-format)
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ libwebrtc_command(
|
|||
COMMAND ${_GEN_COMMAND}
|
||||
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
|
||||
COMMENT "Generating build files"
|
||||
DEPENDS webrtc-clang ${_DEPENDENCIES}
|
||||
DEPENDS ${_DEPENDENCIES}
|
||||
)
|
||||
|
||||
set(_NINJA_COMMAND ninja ${NINJA_ARGS} -C ${_NINJA_BUILD_DIR} pc)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue