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

Add parent scope to the <LIBRARY_NAME>_LIBRARIES variable in FindRTIConnextDDS (issue #77) #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colmenero
Copy link
Collaborator

Fixes #77

Proposed changes

Adds PARENT_SCOPE

@colmenero colmenero requested a review from lulivi January 16, 2023 16:18
@@ -1002,7 +1002,7 @@ function(get_all_library_variables
endif()

set(${result_var_name}_LIBRARIES
${result_var_name}_LIBRARIES_${build_mode}_${link_mode})
${result_var_name}_LIBRARIES_${build_mode}_${link_mode} PARENT_SCOPE)
Copy link
Collaborator

@lulivi lulivi Jan 24, 2023

Choose a reason for hiding this comment

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

Suggested change
${result_var_name}_LIBRARIES_${build_mode}_${link_mode} PARENT_SCOPE)
${result_var_name}_LIBRARIES_${build_mode}_${link_mode} PARENT_SCOPE
)

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.

FindRTIConnextDDS.cmake should set <LIBRARY_NAME>_LIBRARIES variable in PARENT_SCOPE
2 participants