-
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
dylib: new recipe #20803
dylib: new recipe #20803
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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 really good, only few comments. Thank you for your contribution!
Hello @uilianries, Thanks for the review. |
@martin-olivier it's because you are merged in the allowed user list yet, but should be soon. After that, the ci will build your PR for real, then you will have the results available as GitHub comment. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Martin Olivier <[email protected]>
Signed-off-by: Martin Olivier <[email protected]>
Co-authored-by: Uilian Ries <[email protected]>
Signed-off-by: Martin Olivier <[email protected]>
Signed-off-by: Martin Olivier <[email protected]>
Conan v1 pipeline ✔️All green in build 8 (
Conan v2 pipeline ✔️
All green in build 8 (
|
I have been added on the user list 👍 |
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.
LGTM. Thank for your pull request!
target_link_libraries(${PROJECT_NAME} PRIVATE dylib::dylib) | ||
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_11) | ||
|
||
add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME}) |
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.
Usually we dont use ctest because it hides the output, but is not a blocker, just consider for futures PRs.
@martin-olivier I approved your PR, but it still needs another review from the community/team. Please, take a look in https://github.com/conan-io/conan-center-index/blob/master/docs/review_process.md#rule-of-2-reviews to get more information about CCI review process. |
* dylib: new recipe Signed-off-by: Martin Olivier <[email protected]> * fix: support conan 1.X.X Signed-off-by: Martin Olivier <[email protected]> * fix: removed author section in conanfile Co-authored-by: Uilian Ries <[email protected]> * fix: added a newline at the end of each files Signed-off-by: Martin Olivier <[email protected]> * fix: added link with libdl on unix * fix: providing configuration for tests Signed-off-by: Martin Olivier <[email protected]> --------- Signed-off-by: Martin Olivier <[email protected]> Co-authored-by: Uilian Ries <[email protected]>
Specify library name and version: dylib/2.2.1