Skip to content

Commit

Permalink
Fix variable name after merge
Browse files Browse the repository at this point in the history
This aims to fix the PPA build
  • Loading branch information
daschuer committed Jan 16, 2025
1 parent 052a9c8 commit 90e62ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/CPackDebUploadPPA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ if(DEB_BUILD)
)
endif()

foreach(RELEASE ${CPACK_DEBIAN_DISTRIBUTION_RELEASES})
if(RELEASE STREQUAL "jammy")
foreach(release ${CPACK_DEBIAN_DISTRIBUTION_RELEASES})
if(release STREQUAL "jammy")
set(CPACK_DEBIAN_PACKAGE_BUILD_DEPENDS_EXTRA "libqt6shadertools6-dev,")
else()
set(CPACK_DEBIAN_PACKAGE_BUILD_DEPENDS_EXTRA "qt6-shadertools-dev,")
Expand Down

0 comments on commit 90e62ad

Please sign in to comment.