We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6b792 commit 0320edcCopy full SHA for 0320edc
CMakeLists.txt
@@ -33,7 +33,6 @@ if(NOT DEFINED LLVM_INSTALL_PATH OR LLVM_INSTALL_PATH EQUAL "")
33
if(NOT LLVM_VERSION MATCHES "^20\\.1\\..*$" OR NOT LLVM_VERSION STRLESS "20.1.6")
34
message(FATAL_ERROR "Incompatible LLVM version found: ${LLVM_VERSION}, expecting: 20.1.0 <= v < 20.1.6")
35
else()
36
- # check minor version
37
message(STATUS "Found compatible LLVM version: ${LLVM_VERSION}")
38
endif()
39
0 commit comments