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

Revert "Move toolchain decision making entirely into the tool" #370

Closed
wants to merge 1 commit into from

Conversation

BillyONeal
Copy link
Member

Reverts #350

Due to https://github.com/microsoft/vcpkg/blob/7249fa4d64ead1428249895810146134be8eb881/scripts/cmake/vcpkg_configure_cmake.cmake#L168 this breaks most UWP ports by causing them to build with Ninja instead of MSBuild.

@Neumann-A
Copy link
Contributor

Neumann-A commented Feb 24, 2022

UWP ports by causing them to build with Ninja instead of MSBuild.

That is strange.

the decision if Ninja is used or should be decided by VCPKG_TARGET_IS_UWP and not by the used toolchain.
The whole Generator selection seems questionable.

@BillyONeal
Copy link
Member Author

UWP ports by causing them to build with Ninja instead of MSBuild.

That is strange.

the decision if Ninja is used or should be decided by VCPKG_TARGET_IS_UWP and not by the used toolchain. The whole Generator selection seems questionable.

I agree, but I don't want to hold all other tool changes for this investigation.

@BillyONeal
Copy link
Member Author

We're going to add an underscore instead.

@BillyONeal BillyONeal closed this Feb 24, 2022
@BillyONeal BillyONeal deleted the revert-350-dev/roschuma/uwp-toolchain branch February 24, 2022 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants