build: try to find llvm-config-7 before llvm-config
parent
b7dda772a8
commit
5b84192f07
|
@ -8,7 +8,7 @@
|
|||
# LLVM_LIBDIRS
|
||||
|
||||
find_program(LLVM_CONFIG_EXE
|
||||
NAMES llvm-config llvm-config-7 llvm-config-7.0
|
||||
NAMES llvm-config-7 llvm-config-7.0 llvm-config
|
||||
PATHS
|
||||
"/mingw64/bin"
|
||||
"/c/msys64/mingw64/bin"
|
||||
|
|
Loading…
Reference in New Issue