Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cyclic deps error (contrib,world,shared) #4147

Merged
merged 1 commit into from Jul 14, 2015

Conversation

alalek
Copy link
Member

@alalek alalek commented Jun 22, 2015

CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle):
  "opencv_world" of type SHARED_LIBRARY
    depends on "opencv_xfeatures2d" (weak)
  "opencv_xfeatures2d" of type SHARED_LIBRARY
    depends on "opencv_world" (weak)
At least one of these targets is not a STATIC_LIBRARY.  Cyclic dependencies are allowed only among static libraries.

Problem is in deps of stitching module.

@mshabunin
Copy link
Contributor

👍

@opencv-pushbot opencv-pushbot merged commit c8167c0 into opencv:master Jul 14, 2015
@mshabunin mshabunin removed their assignment Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants