Skip to content

Commit 0320edc

Browse files
committed
[chore] typo fix
Signed-off-by: 蔡略 <cailue@apache.org>
1 parent 8c6b792 commit 0320edc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ if(NOT DEFINED LLVM_INSTALL_PATH OR LLVM_INSTALL_PATH EQUAL "")
3333
if(NOT LLVM_VERSION MATCHES "^20\\.1\\..*$" OR NOT LLVM_VERSION STRLESS "20.1.6")
3434
message(FATAL_ERROR "Incompatible LLVM version found: ${LLVM_VERSION}, expecting: 20.1.0 <= v < 20.1.6")
3535
else()
36-
# check minor version
3736
message(STATUS "Found compatible LLVM version: ${LLVM_VERSION}")
3837
endif()
3938

0 commit comments

Comments
 (0)