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:
David Nadlinger
2012-12-09 23:15:20 +01:00
parent 1a06130cfa
commit fc327909a3

View File

@@ -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()