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

[question] How does Conan compile indicators package successfully? #10685

Open
hwhsu1231 opened this issue May 7, 2022 · 1 comment
Open
Labels
question Further information is requested

Comments

@hwhsu1231
Copy link

hwhsu1231 commented May 7, 2022

Problem Description

Recently, I compile the indicators sample codes followed by this. It turns out to be a failure, and I don't know why. So I post an issue on it:

However, Conan can compile the indicators successfully. Why can Conan do it? What do I miss to compile the indicators myself?

@hwhsu1231 hwhsu1231 added the question Further information is requested label May 7, 2022
@SpaceIm
Copy link
Contributor

SpaceIm commented May 7, 2022

  • indicators is header-only, so recipe copies headers and doesn't rely on upstream CMakeLists
  • test package is simple, it is not equivalent to all samples you build
  • test package was run with gcc on Linux only last time indicators recipe was updated (previous logic for header-only libs). Maybe it would fail now since Visual Studio is always tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants