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

export dll (runtime binaries) on Windows #33

Merged

Conversation

kejxu
Copy link
Contributor

@kejxu kejxu commented Jan 31, 2019

.so are exported on Linux using LIBRARY property, but .dll needs to use RUNTIME. to fix this, we could remove the LIBRARY specification, and export all the output to package_lib, so library and runtime are all exported

or we could add RUNTIME DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}

Copy link
Contributor

@mathias-luedtke mathias-luedtke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should discuss this first in ros-controls/ros_control#373

@mathias-luedtke mathias-luedtke merged commit d8de68c into ros-controls:melodic-devel Feb 4, 2019
@kejxu kejxu deleted the export_dll_on_Windows branch February 4, 2019 22:53
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.

3 participants