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