We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4267749 + 272851e commit 82ee40cCopy full SHA for 82ee40c
packages/grpc-tools/build_binaries.sh
@@ -36,7 +36,8 @@ build() {
36
rm -f "$protobuf_base/CMakeCache.txt"
37
rm -rf "$protobuf_base/CMakeFiles"
38
39
- cmake -DCMAKE_TOOLCHAIN_FILE=linux.toolchain.cmake $cmake_flag . && cmake --build . --target clean && cmake --build . -- -j 12
+ # CMAKE_POLICY_VERSION_MINIMUM option is needed until the protobuf dependency is updated
40
+ cmake -DCMAKE_TOOLCHAIN_FILE=linux.toolchain.cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 $cmake_flag . && cmake --build . --target clean && cmake --build . -- -j 12
41
42
mkdir -p "$base/build/bin"
43
0 commit comments