Open StefanBruens opened 4 months ago
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment.
This issue is labeled inactive
because the last activity was over 90 days ago. This issue will be closed and archived after 14 additional days without activity.
Thats not triaging, that is annoying contributors ...
The following is generated for non-PRERELEASE builds:
I think the empty line and the following version are debugging leftovers, and not actually useful. They are also redundant when
protobuf_VERBOSE
is used.https://github.com/protocolbuffers/protobuf/blob/2eb4d69ed51c475a77ecd62742ef5064557b531f/CMakeLists.txt#L106-L125
I think the two messages (
${protobuf_VERSION_PRERELEASE}
,${protobuf_VERSION}
) should be removed, or only be output in caseprotobuf_VERBOSE
is not set: