unversion-protoc.patch 431 B

1234567891011121314
  1. Partially revert changes made in
  2. https://github.com/protocolbuffers/protobuf/pull/4579
  3. diff --git a/cmake/protoc.cmake b/cmake/protoc.cmake
  4. index 385a7a3f3..eec022224 100644
  5. --- a/cmake/protoc.cmake
  6. +++ b/cmake/protoc.cmake
  7. @@ -9,6 +9,3 @@ target_link_libraries(protoc
  8. ${protobuf_ABSL_USED_TARGETS}
  9. )
  10. add_executable(protobuf::protoc ALIAS protoc)
  11. -
  12. -set_target_properties(protoc PROPERTIES
  13. - VERSION ${protobuf_VERSION})