Skip to content

Commit

Permalink
just clone external repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TBSniller committed Mar 11, 2023
1 parent bcbd249 commit aa95300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libyuv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(ExternalProject)

ExternalProject_Add(
libyuv
URL https://chromium.googlesource.com/libyuv/libyuv/+archive/fdc71956bdade0012b0628b5011b567c06c72308.tar.gz
DOWNLOAD_COMMAND wget https://chromium.googlesource.com/libyuv/libyuv/+archive/fdc71956bdade0012b0628b5011b567c06c72308.tar.gz -O - | tar xz -C <DOWNLOAD_DIR>/libyuv
GIT_REPOSITORY https://chromium.googlesource.com/libyuv/libyuv
GIT_TAG fdc71956bdade0012b0628b5011b567c06c72308
CMAKE_ARGS
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_C_FLAGS=${COMMON_FLAGS}
Expand Down

0 comments on commit aa95300

Please sign in to comment.