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

--- Comment #2 from Rex Dieter <rdie...@gmail.com> ---
As far as I'm concerned, this simple patch works:

diff -up
extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake.fedora
extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake
---
extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake.fedora
    2017-09-03 13:34:35.000000000 -0500
+++ extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake   
2017-09-13 13:41:07.333687678 -0500
@@ -199,6 +199,9 @@ if (NOT libclang_LIBRARY)
     find_library(libclang_LIBRARY clang-3.9)
     if (NOT libclang_LIBRARY)
       find_library(libclang_LIBRARY clang-3.8)
+      if (NOT libclang_LIBRARY)
+        find_library(libclang_LIBRARY clang)
+      endif()
     endif()
   endif()
 else()

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to