-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Migrate to Conan 2.x #7042
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
Migrate to Conan 2.x #7042
Conversation
| popd | ||
| - name: Build example | ||
| if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY != 'ON' }} | ||
| if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY != 'ON' && matrix.ENABLE_CONAN != 'ON' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No a lot of reasons to support building libosrm example with Conan... IMO if we want to use Conan deps there instead of system ones we should make libosrm Conan package itself...
This reverts commit 62f3a67.
DennisOSRM
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Took the liberty to fix the build after merging in latest master branch.
Conan 1.x is deprecated and it complicates things more and more...