Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gslavin committed Apr 3, 2019
1 parent 9b77fee commit a45869f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -75,7 +75,7 @@ endif()

if(${LLVM_VERSION_MAJOR} VERSION_LESS 5)
message(SEND_ERROR "Unsupported LLVM version found: ${LLVM_INCLUDE_DIRS}")
message(SEND_ERROR "Specify an LLVM major version using LLVM_REQUESTED_VERION=<major version>")
message(SEND_ERROR "Specify an LLVM major version using LLVM_REQUESTED_VERSION=<major version>")
endif()

include_directories(SYSTEM ${LLVM_INCLUDE_DIRS})
Expand Down

0 comments on commit a45869f

Please sign in to comment.