Add openSUSE Tumbleweed to the list of supported Linux distributions in CMakeLists.txt

This commit is contained in:
nellfs
2024-03-16 18:13:43 -03:00
parent e256751218
commit 93faed88a1
5 changed files with 1 additions and 1 deletions

View File

@@ -278,7 +278,7 @@ endif()
if(UNIX AND NOT APPLE)
execute_process(COMMAND grep -w "NAME" /etc/os-release OUTPUT_VARIABLE LINUX_DISTRO)
if(${LINUX_DISTRO} MATCHES "NAME=\"(Arch|Manjaro|Artix) Linux\"\n")
if(${LINUX_DISTRO} MATCHES "NAME=\"(Arch|Manjaro|Artix|openSuse Tumbleweed) Linux\"|NAME=\"openSUSE Tumbleweed\"\n")
set(DEFAULT_USE_STATIC_LIBATOMIC OFF)
endif()
endif()

BIN
bun.lockb

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.