Skip to content

Commit 3ae33a5

Browse files
committed
fix to build ubuntu20.04
1 parent dbc4b23 commit 3ae33a5

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
@@ -93,6 +93,8 @@ ELSEIF(DEB_CODENAME STREQUAL "bionic")
9393
SET (DEB_PLATFORMRELEASE "ubuntu18.04")
9494
ELSEIF(DEB_CODENAME STREQUAL "eoan")
9595
SET (DEB_PLATFORMRELEASE "ubuntu19.10")
96+
ELSEIF(DEB_CODENAME STREQUAL "focal")
97+
SET (DEB_PLATFORMRELEASE "ubuntu20.04")
9698
ELSE()
9799
MESSAGE(STATUS
98100
"Skipping deb packaging on unsupported platform ${DEB_CODENAME}.")

0 commit comments

Comments
 (0)