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

ignition-msgs5: Add support for cross-compilation #11538

Commits on Sep 5, 2020

  1. protobuf: Do not install malformed CMake configuration files when cro…

    …sscompiling
    
    Before this commit, the protobuf portfile when crosscompiling was not defining the
    protobuf::protoc target in its CMake config files, even if its definition was instead
    correctly patched in the port to point to the host version of the tool. Furthermore,
    the protobuf::libprotoc library (that is a library that can also be used in
    cross-compilation build) was not installed.
    traversaro committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    c24aa1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd98a6 View commit details
    Browse the repository at this point in the history
  3. ignition-msgs5: Add support for crosscompilation

    Similar to the protobuf case, when cross-compiling it is required
    that the port is already installed in the host machine triplet,
    for now just x86-windows as for protobuf.
    traversaro committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    6921ebe View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

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

Commits on Oct 10, 2020

  1. Merge branch 'master' of https://github.com/microsoft/vcpkg into igni…

    …tion-msgs-support-crosscompilation
    JackBoosY committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    fa1b7de View commit details
    Browse the repository at this point in the history