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_cmake_config_fixup] Fix variable name #20380

Merged
merged 2 commits into from
Sep 28, 2021

Conversation

PhoebeHui
Copy link
Contributor

@PhoebeHui PhoebeHui commented Sep 27, 2021

Fixes #20318

vcpkg_cmake_config_fixup doesn't fix up the ${_IMPORT_PREFIX} in cmake config and targets file, I found the variable name CMAKE_CURRENT_PACKAGES_DIR haven't been repalced with cmake_current_packages_dir.

Test with cjson and libzen port, it solved the problems.

@PhoebeHui PhoebeHui added category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`) info:internal This PR or Issue was filed by the vcpkg team. labels Sep 27, 2021
@JackBoosY JackBoosY added info:world-rebuild info:reviewed Pull Request changes follow basic guidelines labels Sep 27, 2021
@BillyONeal BillyONeal merged commit 042e1db into microsoft:master Sep 28, 2021
@BillyONeal
Copy link
Member

Thanks for the case fixup!

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/`) info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[cjson/libzen] [vcpkg_cmake_config_fixup] It doesn't fix up the ${_IMPORT_PREFIX}
3 participants