docs: minor changes in comments
This commit is contained in:
@@ -13,7 +13,7 @@ if(NOT LLVM_BIN)
|
||||
else()
|
||||
find_program(_CLANG clang)
|
||||
if(NOT _CLANG)
|
||||
message(FATAL_ERROR "clang not found. Install: apt install clang lld / dnf install clang lld")
|
||||
message(FATAL_ERROR "clang not found.")
|
||||
endif()
|
||||
get_filename_component(LLVM_BIN "${_CLANG}" DIRECTORY)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user