[umbrello] [Bug 420297] building llvm test case broken

Ralf Habacker bugzilla_noreply at kde.org
Sun Apr 19 10:31:47 BST 2020


https://bugs.kde.org/show_bug.cgi?id=420297

--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 0949905835fcf6d580e6c81cebd958b9650b93d7 by Ralf Habacker.
Committed on 18/04/2020 at 05:24.
Pushed by habacker into branch 'release/20.04'.

unittests: fix checking llvm version number

M +1 -1 unittests/CMakeLists.txt

invent.kde.org/kde/umbrello/commit/0949905835fcf6d580e6c81cebd958b9650b93d7

diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt
index fd3ed4a67..743bbaba5 100644
--- a/unittests/CMakeLists.txt
+++ b/unittests/CMakeLists.txt
@@ -168,7 +168,7 @@ if(LLVM_FOUND AND (Clang_FOUND OR CLANG_FOUND))
message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")

message(STATUS "Found CLANG ${CLANG_PACKAGE_VERSION}")
- if(LLVM_PACKAGE_VERSION VERSION_LOWER_EQUAL "8.0.0")
+ if(LLVM_PACKAGE_VERSION VERSION_LOWER "9.0.0")
set(ENABLE_LLVM_TESTCASES 1)
endif()
endif()

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list