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

[vcpkg] Use Windows SDK path directly instead of the hard-coded path #11421

Closed
wants to merge 1 commit into from

Conversation

Adriankhl
Copy link

@Adriankhl Adriankhl commented May 18, 2020

Describe the pull request
My Windows SDK is installed in a non-default path, while wincrypt, winsock and opengl use a harded-coded Windows SDK path. This PR create a cmake function to make use of the WindowsSdkDir variable (if it exists) which is defined in the developer cmd.

@msftclas
Copy link

msftclas commented May 18, 2020

CLA assistant check
All CLA requirements met.

@Adriankhl Adriankhl changed the title Use Windows SDK path directly instead of the hard-coded path [vcpkg] Use Windows SDK path directly instead of the hard-coded path May 18, 2020
@cenit
Copy link
Contributor

cenit commented May 18, 2020

duplicate of #11261, which in turn is a duplicate of #8329 ?

@Adriankhl
Copy link
Author

Ok, I will close this PR if either one of those is merged.

@JackBoosY JackBoosY added the category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`) label Jun 11, 2020
BillyONeal added a commit to BillyONeal/vcpkg that referenced this pull request Jul 2, 2020
…ding Windows SDK paths.

Also delete vcpkg_get_program_files_32_bit because it was used in only one place.

Resolves microsoft#8288
Obsoletes microsoft#11421, microsoft#11261, microsoft#8329
ras0219-msft pushed a commit that referenced this pull request Jul 6, 2020
…ding Windows SDK paths. (#12232)

Also delete vcpkg_get_program_files_32_bit because it was used in only one place.

Resolves #8288
Obsoletes #11421, #11261, #8329
@ras0219-msft
Copy link
Contributor

We believe this should be handled by #12232, thank you very much for your contribution and let us know if there are any remaining unaddressed issues!

strega-nil pushed a commit to strega-nil/vcpkg that referenced this pull request May 5, 2021
…ding Windows SDK paths. (microsoft#12232)

Also delete vcpkg_get_program_files_32_bit because it was used in only one place.

Resolves microsoft#8288
Obsoletes microsoft#11421, microsoft#11261, microsoft#8329
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants