mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Reworded "LLVM not found" message.
Setting LLVM_CONFIG is the way to go on many Linux systems, which add a version suffix to the LLVM binaries.
This commit is contained in:
@@ -48,7 +48,7 @@ if (NOT LLVM_CONFIG)
|
||||
endforeach()
|
||||
else()
|
||||
if (NOT FIND_LLVM_QUIETLY)
|
||||
message(WARNING "Could not find llvm-config. Consider manually setting LLVM_ROOT_DIR.")
|
||||
message(WARNING "Could not find llvm-config. Try manually setting LLVM_CONFIG to the llvm-config executable of the installation to use.")
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user