Skip to content

Commit a5c41e8

Browse files
committed
Override minimum cmake requirement for msgpack-c used in tokenizers-cpp
1 parent 1eecadb commit a5c41e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_mlc_llm_wheel_manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fi
121121
# compile the mlc-llm
122122
mkdir -p build
123123
cd build
124-
cmake ..
124+
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
125125
make -j12
126126
find . -type d -name 'CMakeFiles' -exec rm -rf {} +
127127

0 commit comments

Comments
 (0)