Skip to content

Commit

Permalink
[BUILD] Fix cpack broken package version (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafonso committed Oct 25, 2023
1 parent 0baf501 commit d3a873a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/package.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

set(CPACK_PACKAGE_VERSION "${OPENTELEMETRY_VERSION}")
set(CPACK_PACKAGE_DESCRIPTION "OpenTelemetry C++ for Linux")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "OpenTelemetry C++ for Linux - C++ Implementation of OpenTelemetry Specification")
set(CPACK_PACKAGE_VENDOR "OpenTelemetry")
Expand Down

0 comments on commit d3a873a

Please sign in to comment.