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

            Bug ID: 382680
           Summary: 3.0.2 release build fails with cmake 3.9
           Product: tellico
           Version: 3.0.2
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: ro...@periapsis.org
          Reporter: re...@rezso.net
  Target Milestone: ---

I can compile the 3.0.2 release with cmake 3.7.2, but compiling with cmake 3.9
fails:

-- Configuring done
CMake Error: The inter-target dependency graph contains the following strongly
connected component (cycle):
  "core" of type STATIC_LIBRARY
    depends on "images" (weak)
    depends on "utils" (weak)
    depends on "core_autogen" (strong)
  "core_autogen" of type UTILITY
    depends on "images" (strong)
    depends on "utils" (strong)
  "images" of type STATIC_LIBRARY
    depends on "core" (weak)
    depends on "utils" (weak)
    depends on "images_autogen" (strong)
  "images_autogen" of type UTILITY
    depends on "core" (strong)
    depends on "utils" (strong)
  "utils" of type STATIC_LIBRARY
    depends on "images" (weak)
    depends on "core" (weak)
    depends on "utils_autogen" (strong)
  "utils_autogen" of type UTILITY
    depends on "images" (strong)
At least one of these targets is not a STATIC_LIBRARY.  Cyclic dependencies are
allowed only among static libraries.

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

Reply via email to