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

Make Generated Output in CMake More Robust #4489

Merged
merged 7 commits into from Mar 7, 2024

Conversation

iguessthislldo
Copy link
Member

The generated output functions in CMake didn't have any sort of testing and could give incorrect results for where to put the export header file. This tries to correct both of those issues.

Also added workaround for DOCGroup/ACE_TAO#2202

The `_opendds_*_generated_output functions` in CMake didn't have any
sort of testing and could give incorrect results for where to put the
export header file. This tries to correct both of those issues.

Also added workaround for DOCGroup/ACE_TAO#2202
Now it doesn't have a seperate case for generated directory, but
INCLUDE_BASE for the TypeSupport.idl has to be the generated directory,
which required some changes.
@iguessthislldo iguessthislldo marked this pull request as ready for review February 29, 2024 04:00
Added `opendds_target_sources(EXPORT_HEADER_DIR)`,
`opendds_export_header(DIR)`, and tests for them. Removed the broken
`opendds_export_header(INCLUDE_BASE)`.
@jrw972 jrw972 merged commit face351 into OpenDDS:master Mar 7, 2024
130 checks passed
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