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

Fix the way CMake handles -DPLUGIN_INSTALL_DIR #2430

Merged
merged 5 commits into from
Jul 6, 2022

Commits on Jun 25, 2022

  1. Fix way CMake handle -DPLUGIN_INSTALL_DIR

    re: Issue Unidata#2429
    
    The CMake tests for -DPLUGIN_INSTALL_DIR only accepted
    "on" or "off" as boolean values. So extend to accept e.g.
    -DPLUGIN_INSTALL_DIR=yes or -DPLUGIN_INSTALL_DIR=1, etc.
    DennisHeimbigner committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    c633de1 View commit details
    Browse the repository at this point in the history
  2. Update Release notes

    DennisHeimbigner committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    feb0735 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. debug1

    DennisHeimbigner committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    ccecc30 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    ae0b5e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    b2641a1 View commit details
    Browse the repository at this point in the history