mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
cmake/llvm: Don't unset LLVM_CONFIG_EXE
This commit is contained in:
parent
50a1419457
commit
28476a5ee9
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
if(ZIG_USE_LLVM_CONFIG)
|
||||
set(LLVM_CONFIG_ERROR_MESSAGES "")
|
||||
while(1)
|
||||
unset(LLVM_CONFIG_EXE CACHE)
|
||||
find_program(LLVM_CONFIG_EXE
|
||||
NAMES llvm-config-18 llvm-config-18.0 llvm-config180 llvm-config18 llvm-config NAMES_PER_DIR
|
||||
PATHS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue