We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71f4e1 commit fcb1dc4Copy full SHA for fcb1dc4
packaging/deb-in/CMakeLists.txt
@@ -96,6 +96,8 @@ ELSEIF(DEB_CODENAME STREQUAL "groovy")
96
SET (DEB_PLATFORMRELEASE "ubuntu20.10")
97
ELSEIF(DEB_CODENAME STREQUAL "focal")
98
SET (DEB_PLATFORMRELEASE "ubuntu20.04")
99
+ELSEIF(DEB_CODENAME STREQUAL "hirsute")
100
+ SET (DEB_PLATFORMRELEASE "ubuntu21.04")
101
ELSE()
102
MESSAGE(STATUS
103
"Skipping deb packaging on unsupported platform ${DEB_CODENAME}.")
0 commit comments