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 614eccf commit 1454766Copy full SHA for 1454766
compiler/CMakeLists.txt
@@ -14,6 +14,8 @@ endif()
14
15
if(${ONE_UBUNTU_CODENAME} STREQUAL "bionic")
16
set(ONE_UBUNTU_CODENAME_BIONIC TRUE)
17
+elseif(${ONE_UBUNTU_CODENAME} STREQUAL "noble")
18
+ set(ONE_UBUNTU_CODENAME_NOBLE TRUE)
19
endif()
20
21
# TODO Validate the argument of "requires"
0 commit comments