Skip to content

Commit e21a8b1

Browse files
oontvoolabath
andauthored
Update llvm/cmake/modules/LLVMConfig.cmake.in
Co-authored-by: Pavel Labath <[email protected]>
1 parent c02bb0c commit e21a8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/cmake/modules/LLVMConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ set(LLVM_ENABLE_PIC @LLVM_ENABLE_PIC@)
100100

101101
set(LLVM_BUILD_32_BITS @LLVM_BUILD_32_BITS@)
102102

103-
set(LLVM_EANBLE_TELEMETRY @LLVM_ENABLE_TELEMETRY@)
103+
set(LLVM_ENABLE_TELEMETRY @LLVM_ENABLE_TELEMETRY@)
104104

105105
if (NOT "@LLVM_PTHREAD_LIB@" STREQUAL "")
106106
set(LLVM_PTHREAD_LIB "@LLVM_PTHREAD_LIB@")

0 commit comments

Comments
 (0)