Skip to content

Commit fcb1dc4

Browse files
committed
Add support for hirsute(Ubuntu21.04)
1 parent b71f4e1 commit fcb1dc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ ELSEIF(DEB_CODENAME STREQUAL "groovy")
9696
SET (DEB_PLATFORMRELEASE "ubuntu20.10")
9797
ELSEIF(DEB_CODENAME STREQUAL "focal")
9898
SET (DEB_PLATFORMRELEASE "ubuntu20.04")
99+
ELSEIF(DEB_CODENAME STREQUAL "hirsute")
100+
SET (DEB_PLATFORMRELEASE "ubuntu21.04")
99101
ELSE()
100102
MESSAGE(STATUS
101103
"Skipping deb packaging on unsupported platform ${DEB_CODENAME}.")

0 commit comments

Comments
 (0)