mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
cmake: update to LLVM 22
closes https://codeberg.org/ziglang/zig/issues/30558
This commit is contained in:
+3
-3
@@ -133,9 +133,9 @@ else()
|
||||
set(ZIG_SYSTEM_LIBCXX "stdc++" CACHE STRING "system libcxx name for build.zig")
|
||||
endif()
|
||||
|
||||
find_package(llvm 21)
|
||||
find_package(clang 21)
|
||||
find_package(lld 21)
|
||||
find_package(llvm 22)
|
||||
find_package(clang 22)
|
||||
find_package(lld 22)
|
||||
|
||||
if(ZIG_STATIC_ZLIB)
|
||||
if (MSVC)
|
||||
|
||||
Reference in New Issue
Block a user