-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
lyra: conan v2 support. #13969
lyra: conan v2 support. #13969
Conversation
FYI.. I got cmake related errors in the test package when testing locally (with conan 1) even though I essentially copied the test package template from https://github.com/conan-io/conan-center-index/blob/master/docs/package_templates/header_only/all/test_package/conanfile.py |
This comment has been minimized.
This comment has been minimized.
Consider removing following lines from test_package/CMakeLists.txt:
as you don't use legacy cmake generator there, which generates file conanbuildinfo.cmake with conan_basic_setup() command. That's the reason why this command is unknown while testing library package:
|
Aha, of course! Thanks for pointing that out. |
Conan v1 pipelineAll green in build 3 (
|
No description provided.