-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 #29882
[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 #29882
Conversation
depends on #28084 |
There is no rush, so we can wait for the dependent PRs to be merged. |
Can you put a links for dependent PRs that you are waiting for this PR? Put them in the top comment will help. |
Once #28084 was merged, I will merge this PR to master. |
@JackBoosY |
#26981 covered a lot of the same ground and as a result some of the changes that are left only add quotes. Do you still think we should have those changes or should we drop the merely quote changes? |
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) | ||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake PACKAGE_NAME share) | ||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") | ||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that #26981 added PACKAGE_NAME share which seems wrong so I resolved the conflict in favor of the changes here.
@BillyONeal We still need to switch |
I don't see any left: |
ports/ignition-modularscripts/vcpkg-port-config.cmake , so we needs to merge #29916 first. |
@JackBoosY Do you still insist not to separate this port? |
Why do we need to separate them? |
For the ports that not connected to the errors and not need to wait for other PRs, can be fixed and be on the master. |
But they are done for fix. |
Thank you! |
Prev: #29880