Skip to content

Conversation

colmenero
Copy link
Collaborator

Fixes #77

Proposed changes

Adds PARENT_SCOPE

@colmenero colmenero requested a review from lulivi January 16, 2023 16:18

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