Fix compilation errors of workload xnnpack and meshoptimizer (#2081)

This commit is contained in:
liang.he
2023-03-30 21:15:21 +08:00
committed by GitHub
parent 403ccf02b7
commit 48429da29f
5 changed files with 27 additions and 15 deletions

View File

@ -22,7 +22,7 @@ ExternalProject_Add(codecbench
PREFIX codecbench
GIT_REPOSITORY https://github.com/zeux/meshoptimizer.git
GIT_TAG f734fd572aed5bf76e84d9ed62ca6f4f6c47d84e
GIT_SHALLOW ON
GIT_SHALLOW OFF
GIT_PROGRESS ON
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/meshoptimizer
UPDATE_COMMAND git clean -fd && git checkout -- *