Commit e1b26d0a authored by Robert Edmonds's avatar Robert Edmonds

build.yml: Windows: protobuf: Drop -DABSL_PROPAGATE_CXX_STD=ON

This flag is not used by the protobuf build system:

    CMake Warning:
      Manually-specified variables were not used by the project:

        ABSL_PROPAGATE_CXX_STD
parent 030a4244
......@@ -174,7 +174,6 @@ jobs:
-DCMAKE_CXX_STANDARD=17 `
-DCMAKE_INSTALL_PREFIX=~/protobuf-bin `
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} `
-DABSL_PROPAGATE_CXX_STD=ON `
-Dabsl_ROOT=~/abseil-bin `
-Dprotobuf_ABSL_PROVIDER=package `
-Dprotobuf_BUILD_EXAMPLES=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