forked from OSchip/llvm-project
Fix typo in CMake error message "LLVM_LIBC_ENABLE_PROJECTS"->"LLVM_ENABLE_PROJECTS" (NFC)
This commit is contained in:
parent
b3ca4f3431
commit
c32d695b09
|
@ -26,7 +26,7 @@ if(LLVM_LIBC_ENABLE_LINTING)
|
|||
add_custom_target(lint-libc)
|
||||
else()
|
||||
message(FATAL_ERROR "
|
||||
'clang' and 'clang-tools-extra' are required in LLVM_LIBC_ENABLE_PROJECTS to
|
||||
'clang' and 'clang-tools-extra' are required in LLVM_ENABLE_PROJECTS to
|
||||
lint llvm-libc. The linting step performs important checks to help prevent
|
||||
the introduction of subtle bugs, but it may increase build times.
|
||||
|
||||
|
|
Loading…
Reference in New Issue