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

check both IMPORTED_IMPLIB_ and IMPORTED_LOCATION_ in catkin_libraries.cmake #980

Merged
merged 3 commits into from
Jan 26, 2019
Merged

check both IMPORTED_IMPLIB_ and IMPORTED_LOCATION_ in catkin_libraries.cmake #980

merged 3 commits into from
Jan 26, 2019

Conversation

kejxu
Copy link
Contributor

@kejxu kejxu commented Jan 9, 2019

Check both locations (one for dll imported and the other for static lib) for Windows.

Otherwise, for the package exporting static lib, the lib path won't be published correctly to downstream. For example, orocos_kdl won't be exported from tf2_kdl.

seanyen and others added 3 commits January 9, 2019 14:49
Check both locations (one for DLL imported and the other for static lib) for Windows. Otherwise, for the package exporting static lib, the lib path won't be published corrected to downstream, for example, orocos_kdl won't be exported from tf2_kdl.
@kejxu kejxu changed the title Check both IMPORTED_IMPLIB_ and IMPORTED_LOCATION_ in catkin_libraries.cmake check both IMPORTED_IMPLIB_ and IMPORTED_LOCATION_ in catkin_libraries.cmake Jan 10, 2019
@dirk-thomas
Copy link
Member

Thanks for the patch.

@dirk-thomas dirk-thomas merged commit 6438f99 into ros:kinetic-devel Jan 26, 2019
@kejxu kejxu deleted the check_both_locations_in_catkin_libraries.cmake branch January 28, 2019 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants