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

cmake: Small fix to prevent empty module path #694

Merged
merged 1 commit into from
Nov 30, 2023

Commits on Jun 14, 2023

  1. cmake: Small fix to prevent empty module path

    In a chain of cmake package config projects using find_dependency(),
    where each would use the same code to temporarily adapt the module
    path, the path would end up empty in the end, even if it wasn't empty
    before, because of the unset() call of a not-package-specific variable.
    Therefore, make the variable name package specific.
    AljenU committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    74bebd3 View commit details
    Browse the repository at this point in the history