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

YCMEPHelper: Expose ExternalProject's CMAKE_GENERATOR_* options #461

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Sep 4, 2024

Most of the time YCMEPHelper just inherits the CMAKE_GENERATOR and the rest of CMAKE_GENERATOR_* options from the main superbuild project. However, in some cases (for example if you need to force the use of ClangCL for a project that just supports ClangCL on Windows, see robotology/robotology-superbuild#1701) it is convenient to override those values. This is already possible in ExternalProject, now we expose the same options in YCMEPHelper.

@traversaro traversaro merged commit 2ba468c into master Sep 5, 2024
17 checks passed
@traversaro traversaro deleted the ycmephelperexposecmakegenoptions branch September 5, 2024 07:21
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.

1 participant