Skip to content
Snippets Groups Projects
Commit 039c7bed authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

remove stray semicolon


Change-Id: I9b98ddc6f3efdf8d16a373fa6e3d92480c8629d6
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent ec13e65d
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ unix {
LLVM_VERSION = $$system($$LLVM_CONFIG --version)
LLVM_VERSION = $$replace(LLVM_VERSION, ^(\\d+\\.\\d+).*$, \\1)
message("... version $$LLVM_VERSION");
message("... version $$LLVM_VERSION")
LLVM_INCLUDEPATH = $$system($$LLVM_CONFIG --includedir)
isEmpty(LLVM_INCLUDEPATH):LLVM_INCLUDEPATH=$$LLVM_INSTALL_DIR/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment