Skip to content

Commit

Permalink
Fix typo in packages.cmake causing incorrect nuget package versions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bret-dusseault-ggl authored Jan 23, 2023
1 parent 998badd commit 52309dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ elseif(WIN32)
find_program(NUGETCAPABLE nuget)
if(NOT NUGETCAPABLE MATCHES "NOTFOUND")
set(CPACK_NUGET_PACKAGE_NAME "${CPACK_PROJECT_NAME}")
set(CPACK_NUGET_PACKAGE_VERSION "${OPENTELEMETRY_VERSIOM}")
set(CPACK_NUGET_PACKAGE_VERSION "${OPENTELEMETRY_VERSION}")
set(CPACK_NUGET_PACKAGE_DESCRIPTION "${CPACK_PACKAGE_DESCRIPTION}")
set(CPACK_NUGET_PACKAGE_AUTHORS "${CPACK_PACKAGE_VENDOR}")
set(CPACK_NUGET_PACKAGE_TITLE "${CPACK_PACKAGE_DESCRIPTION_SUMMARY}")
Expand Down

0 comments on commit 52309dd

Please sign in to comment.