Skip to content

Commit

Permalink
[CFE] Introduce cmake flag for ubuntu 24.04 (#14528)
Browse files Browse the repository at this point in the history
This will provide cmake flag for ubuntu 24.04 (noble).

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Jan 7, 2025
1 parent 614eccf commit 1454766
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ endif()

if(${ONE_UBUNTU_CODENAME} STREQUAL "bionic")
set(ONE_UBUNTU_CODENAME_BIONIC TRUE)
elseif(${ONE_UBUNTU_CODENAME} STREQUAL "noble")
set(ONE_UBUNTU_CODENAME_NOBLE TRUE)
endif()

# TODO Validate the argument of "requires"
Expand Down

0 comments on commit 1454766

Please sign in to comment.