Skip to content

Commit 1454766

Browse files
authored
[CFE] Introduce cmake flag for ubuntu 24.04 (#14528)
This will provide cmake flag for ubuntu 24.04 (noble). ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
1 parent 614eccf commit 1454766

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ endif()
1414

1515
if(${ONE_UBUNTU_CODENAME} STREQUAL "bionic")
1616
set(ONE_UBUNTU_CODENAME_BIONIC TRUE)
17+
elseif(${ONE_UBUNTU_CODENAME} STREQUAL "noble")
18+
set(ONE_UBUNTU_CODENAME_NOBLE TRUE)
1719
endif()
1820

1921
# TODO Validate the argument of "requires"

0 commit comments

Comments
 (0)