-
Notifications
You must be signed in to change notification settings - Fork 78
Control shared/static linking via BUILD_SHARED_LIBS #81
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
Conversation
|
Thanks! |
|
This change actually makes the gmock tests in
Looking into it... |
|
I reverted the merge since it actually fails on Windows and fails tests on Linus (even when using the default of shared libraries). |
|
@esteve Can you please look into the problems and create a new PR which passes. |
Force static linking instead of honoring BUILD_SHARED_LIBS See ros2/rmw#81 (comment)
|
This pull request has been mentioned on ROS Discourse. There might be relevant details there: https://discourse.ros.org/t/announcing-objective-c-on-macos-and-ios-for-ros2/946/1 |
This PR delegates the decision to build a shared or a static library to CMake's BUILD_SHARED_LIBS
Update:
Connects to ros2/ros2#306