Author: Pino Toscano <pino@debian.org>
Description: Make Clang an optional requirement
 This allows one to build kdevelop, albeith without C++ support, also on
 architectures that do not have Clang.
Forwarded: no
Last-Update: 2017-11-21

--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -43,7 +43,7 @@ endif()
 set_package_properties(Clang PROPERTIES
     DESCRIPTION "Clang libraries from the LLVM project. ${clangSearchHint}"
     PURPOSE "Used for KDevelop's C++/C support plugin."
-    TYPE REQUIRED
+    TYPE RECOMMENDED
 )
 
 if (CLANG_FOUND)
