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

Modify the judgment method of manifest mode #1464

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jimwang118
Copy link
Contributor

Fixes microsoft/vcpkg#36888

As mentioned in the issue above, when my vcpkg has a parent directory and there is a vcpkg.json file in the parent directory, when I install the port in classic mode in vcpkg, it will be mistakenly judged as manifest mode.

I modified the determination method of the manifest mode. The manifest mode is used only when the path of the vcpkg.json file does not coincide with the vcpkg classic mode path, otherwise the classic mode is used.

@jimwang118 jimwang118 marked this pull request as draft July 29, 2024 09:03
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.

Cannot disable manifest mode
1 participant