Skip to content

Commit

Permalink
manual download+untar
Browse files Browse the repository at this point in the history
  • Loading branch information
TBSniller committed Mar 11, 2023
1 parent e32bebb commit bcbd249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libyuv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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
CMAKE_ARGS
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_C_FLAGS=${COMMON_FLAGS}
Expand Down

0 comments on commit bcbd249

Please sign in to comment.