Fix typo in CMake error message "LLVM_LIBC_ENABLE_PROJECTS"->"LLVM_ENABLE_PROJECTS" (NFC)

This commit is contained in:
Mehdi Amini 2020-05-21 03:07:52 +00:00
parent b3ca4f3431
commit c32d695b09
1 changed files with 1 additions and 1 deletions

View File

@ -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.