diff --git a/languages/CMakeLists.txt b/languages/CMakeLists.txt index b9653b1022..a441b1c2bb 100644 --- a/languages/CMakeLists.txt +++ b/languages/CMakeLists.txt @@ -1,16 +1,16 @@ ecm_optional_add_subdirectory(plugins) ecm_optional_add_subdirectory(qmljs) -find_package(Clang 3.5) +find_package(Clang 3.8) set_package_properties(Clang PROPERTIES PURPOSE "Clang libraries. Used for KDevelop's C++/C support plugin. Please install a package providing libclang." TYPE REQUIRED ) if (CLANG_FOUND) if (NOT CLANG_LIBCLANG_LIB) message(FATAL_ERROR "Could not find the Clang C library: libclang") endif() ecm_optional_add_subdirectory(clang) endif()