summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 41278e8d93..a967375571 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,8 +97,8 @@ else()
endif()
install(TARGETS OptionalSvg EXPORT QtCreator)
-find_package(LLVM QUIET)
find_package(Clang COMPONENTS libclang QUIET)
+find_package(LLVM QUIET)
if (APPLE)
find_library(FWCoreFoundation CoreFoundation)