-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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] Honor CMAKE_DISABLE_FIND_PACKAGE_*. Fixes #18631 #18961
Conversation
LGTM. But as usual with |
725fa9b
to
ff5c904
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
# Conflicts: # scripts/ports.cmake
# rebuild: 2 | ||
cmake_minimum_required(VERSION 3.20) | ||
# rebuild: 1 | ||
cmake_minimum_required(VERSION 3.21) |
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.
There is still 3.20.4 for freebsd in
Lines 31 to 37 in 33f02c0
<tool name="cmake" os="freebsd"> | |
<version>3.20.4</version> | |
<exeRelativePath>usr/local/bin/cmake</exeRelativePath> | |
<url>https://pkg.freebsd.org/FreeBSD:13:amd64/quarterly/All/cmake-3.20.4.txz</url> | |
<sha512>3e5b675d7ff924f92996d912e2365582e687375109ef99c9073fb8196bb329243a406b218cf1358d7cc518988b311ce9e5bf87de4d64f2e6377b7c2bc8894475</sha512> | |
<archiveName>cmake-3.20.4.txz</archiveName> | |
</tool> |
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.
CMake 3.21.4 seems to be available for freebsd now:
https://www.freebsd.org/cgi/ports.cgi?query=cmake&stype=name&sektion=all
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.
My comment is no longer relevant.
freebsd is still at 3.20.3 in vcpkg, but the requirement was bumped with another PR, and nobody (except for me) tool notice.
What is blocking this PR? I just stumbled over this again. |
Robert (@ras0219) has a tendency to get dragged in to other things; he has not indicated recently that he is working on this. I imagine he would love to have this merged but he does not have the capacity right now to deal with the downstream fallout. |
If resolving the merge conflicts properly, it should also fix #28552. |
Closing this PR, since the last update was over a year ago, please open a new PR if you are still working on this. Thanks! |
Oh! |
Fixes #18631. See that issue for full details.