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 configuration error while cross compiling #3127

Merged
merged 1 commit into from Oct 26, 2020
Merged

Fix configuration error while cross compiling #3127

merged 1 commit into from Oct 26, 2020

Commits on Oct 26, 2020

  1. Fix configuration error while cross compiling

    During the configuration phase in a cross compilation scenario,
    `include(InstallRequiredSystemLibraries)` fails even if
    `MSVC_REDIST_DIR` is provided.
    
    This should not be an hard error, in case someone wants to
    compile/use the library, and not package it.
    
    As explained on https://reviews.llvm.org/D41220, the most sensible fix
    is to include `InstallRequiredSystemLibraries` only on a Windows host.
    fekir committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    889e87f View commit details
    Browse the repository at this point in the history