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

More portable fixes. #359

Merged
merged 1 commit into from
Jan 7, 2020
Merged

Conversation

seanyen
Copy link
Contributor

@seanyen seanyen commented Dec 14, 2019

This pull request is attempting to make SOEM more portable and resilient to different build environment:

  • Replace ${CMAKE_SOURCE_DIR} with ${CMAKE_CURRENT_LIST_DIR}, so this SOEM project can be relocatable into different folder hierarchy. This is motivated by enabling Windows build of ROS wrapper project ([master] Enable Windows build. orocos/soem#33).

  • Install CMake config files into share/soem/cmake opposing to lib/cmake, which is a more universal location for the find_package() to search.

(I have submitted a completed contributor license agreement to the email address as specified.)

@seanyen
Copy link
Contributor Author

seanyen commented Dec 16, 2019

cc @nakarlsson @hefloryd This is ready for review and merge. Thanks!

@nakarlsson
Copy link
Contributor

Hi,

Consider squashing the commits
Change the commit message, the commit message should describe the change(s) other than "fixes"

regards
Andreas

* Replaced CMAKE_SOURCE_DIR with CMAKE_CURRENT_LIST_DIR to make SOEM CMakeLists.txt more relocatable.
* Installed SOEM CMake config files to a more universal location to search.
@seanyen
Copy link
Contributor Author

seanyen commented Dec 16, 2019

@nakarlsson Thanks for the feedback. I just updated the commit messages.

@seanyen
Copy link
Contributor Author

seanyen commented Jan 7, 2020

@nakarlsson @hefloryd Happy new year! Just wanted to check in and see any additional help I can do to move it forward.

@nakarlsson
Copy link
Contributor

Sorry for the delay, christas holidays you know.
Its fine, thank you for your contribution

@nakarlsson nakarlsson merged commit 7fe05b5 into OpenEtherCATsociety:master Jan 7, 2020
@seanyen
Copy link
Contributor Author

seanyen commented Jan 7, 2020

Thanks for the merge.

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

Successfully merging this pull request may close these issues.

None yet

3 participants