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

Don't set CMAKE_SYSTEM_NAME when using the Visual Studio generator #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 13, 2023

  1. Don't set CMAKE_SYSTEM_NAME when using the Visual Studio generator

    Setting CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR is often enough for
    CMake to handle cross-compilation even without a toolchain file, but it
    gets in the way of generators that handle cross-compilation on their own
    (in Visual Studio's case, using the -T "toolset" option).
    jrose-signal committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    88ba56f View commit details
    Browse the repository at this point in the history