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 dbc4b23 commit 3ae33a5Copy full SHA for 3ae33a5
packaging/deb-in/CMakeLists.txt
@@ -93,6 +93,8 @@ ELSEIF(DEB_CODENAME STREQUAL "bionic")
93
SET (DEB_PLATFORMRELEASE "ubuntu18.04")
94
ELSEIF(DEB_CODENAME STREQUAL "eoan")
95
SET (DEB_PLATFORMRELEASE "ubuntu19.10")
96
+ELSEIF(DEB_CODENAME STREQUAL "focal")
97
+ SET (DEB_PLATFORMRELEASE "ubuntu20.04")
98
ELSE()
99
MESSAGE(STATUS
100
"Skipping deb packaging on unsupported platform ${DEB_CODENAME}.")
0 commit comments