-
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
[Documentation] Added documentation page for vcpkg_fixup_cmake_targets.cmake #8365
[Documentation] Added documentation page for vcpkg_fixup_cmake_targets.cmake #8365
Conversation
…xample usage comment to .cmake file
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.
LGTM
/azp run |
…p_cmake_targets-documentation
I'm trying to figure out why @cbezault's commits caused the build to fail, because my original commit passed the tests. The weird thing is that all he changes was some comments. |
Here was the errors from the failed checks: ##[error] REGRESSION: librabbitmq:x64-linux
##[error] REGRESSION: geographiclib:x64-linux
##[error] REGRESSION: otl:x64-linux After checking out the master branch, and attempting to compile |
I'm pretty sure otl's hash changed on us, which is why it's failing :/. |
…p_cmake_targets-documentation
Commenter does not have sufficient privileges for PR 8365 in repo microsoft/vcpkg |
Added example usage comment to .cmake file. I found it somewhat confusing with the way the comment was formatted, so i changed it for clarity. Also added a basic documentation page for
vcpkg_fixup_cmake_targets.cmake