blob: 2f87fcd8d139388b7c76f6df2e34f2f8d9829ef4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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})
|