Skip to content

Commit ccf5362

Browse files
committed
tosa-tools
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent c81fd06 commit ccf5362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/arm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function setup_tosa_reference_model() {
160160
# reference_model flatbuffers version clashes with Vela.
161161
# go with Vela's since it newer.
162162
# Vela's flatbuffer requirement is expected to loosen, then remove this. MLETORCH-565
163-
pip install tosa-tools@git+${tosa_reference_model_url}@${tosa_reference_model_rev} --no-dependencies flatbuffers
163+
CMAKE_POLICY_VERSION_MINIMUM=3.5 pip install tosa-tools@git+${tosa_reference_model_url}@${tosa_reference_model_rev} --no-dependencies flatbuffers
164164

165165
}
166166

0 commit comments

Comments
 (0)