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

Require minimum versions on CMakeLists template. #224

Merged
merged 2 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. Require minimum versions on CMakeLists template.

    The code generated is now designed for Fast CDR >= 2.0 and Fast DDS >= 2.12,
    so the generated CMakeLists.txt should require those versions.
    
    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cc9171a View commit details
    Browse the repository at this point in the history
  2. Also increase cmake minimum version

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    404ab20 View commit details
    Browse the repository at this point in the history