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: Fixes for generated config #1212

Merged
merged 6 commits into from
Oct 12, 2023
Merged

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    6953587 View commit details
    Browse the repository at this point in the history
  2. CMake: Fix generated config.

    - `YAML_CPP_SHARED_LIBS_BUILT` should not be set with a `PATH_VAR` as it
    would always evaluate to true.
    - `YAML_CPP_LIBRARIES` should used the exported target name including
    the namespace, but `check_required_components` shouldn't.
    - Use `CMAKE_CURRENT_LIST_DIR` to find the target file, instead of a
    `PATH_VAR`. Package managers such as vcpkg move CMake configs after
    installing.
    FtZPetruska committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5682a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbabd90 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    f240bdd View commit details
    Browse the repository at this point in the history
  2. CMake: Create add a deprecated yaml-cpp target.

    This target is meant to provide compatibility with versions prior to
    0.8.0.
    FtZPetruska committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8a0a483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    082fa7e View commit details
    Browse the repository at this point in the history