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

Filter all autogen modules #3670

Merged
merged 1 commit into from
Aug 11, 2016
Merged

Filter all autogen modules #3670

merged 1 commit into from
Aug 11, 2016

Commits on Aug 11, 2016

  1. Add new 'autogen-modules' field

    Modules that are built automatically at setup, like Paths_PACKAGENAME or others created with a build-type custom, appear on 'other-modules' for the Library, Executable, Test-Suite or Benchmark stanzas or also on 'exposed-modules' for libraries but are not really on the package when distributed. This makes commands like sdist fail because the file is not found, so with this new field modules that appear there are treated the same way as Paths_PACKAGENAME was and there is no need to create complex build hooks.
    Just add the module names on 'other-modules' and 'exposed-modules' as always and on the new 'autogen-modules' besides.
    fmaste committed Aug 11, 2016
    11 Configuration menu
    Copy the full SHA
    c010867 View commit details
    Browse the repository at this point in the history