Commit 2b253d12 authored by Robert Edmonds's avatar Robert Edmonds

build.yml: Set -Dprotobuf_BUILD_LIBUPB=OFF when building Cmake protobuf on Windows

parent 8415bbe3
...@@ -175,6 +175,7 @@ jobs: ...@@ -175,6 +175,7 @@ jobs:
-Dabsl_ROOT=~/abseil-bin \ -Dabsl_ROOT=~/abseil-bin \
-Dprotobuf_ABSL_PROVIDER=package \ -Dprotobuf_ABSL_PROVIDER=package \
-Dprotobuf_BUILD_EXAMPLES=OFF \ -Dprotobuf_BUILD_EXAMPLES=OFF \
-Dprotobuf_BUILD_LIBUPB=OFF \
-Dprotobuf_BUILD_SHARED_LIBS=${{ matrix.shared-lib }} \ -Dprotobuf_BUILD_SHARED_LIBS=${{ matrix.shared-lib }} \
-Dprotobuf_BUILD_TESTS=OFF \ -Dprotobuf_BUILD_TESTS=OFF \
; ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment