-
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_TRACE_FIND_PACKAGE
produces logs although CMAKE_DISABLE_FIND_PACKAGE_
is set
#28552
Comments
What is really needed is solving #18631. Ping @ras0219-msft for finishing #18961. |
Is there something missing in this PR? It seems like #18961 can be merged if the conflicts are resolved? |
There is also #27950 which could be extend to log @LilyWangLL There is no real bug here IMO. |
Technically, you are right but IMO there is no reason to log calls to |
The job of |
There needs to be a decision if these calls shall be |
cc @vicroms
|
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
no stale |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
no stale |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
No stale |
@vicroms This issue waits for a vcpkg team decision. #28552 (comment) |
Repro
Using port
sdl2
:-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
and-DVCPKG_TRACE_FIND_PACKAGE=ON
inOPTIONS
find_package(Git )
Expected behaviour
Don't see
find_package(Git )
in the logs.It would make it easier to see if finding a certain package is actually disabled or not - especially if we would add a post build check for optional calls to
find_package
./cc: @dg0yt Related: #27982
The text was updated successfully, but these errors were encountered: