Open Thomas1664 opened 2 years ago
qtbase is a false positiv.
IMO vcpkg_cmake_config_fixup
should be integrated, maybe via a dependency, into vcpkg-cmake
.
Is there a stand-alone usage?
IMO
vcpkg_cmake_config_fixup
should be integrated, maybe via a dependency, intovcpkg-cmake
. Is there a stand-alone usage?
Yes, these ports use vcpkg_cmake_config_fixup
independently from vcpkg_cmake_*
:
I still think that vcpkg_cmake_config_fixup
should be integrated into vcpkg-cmake
.
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 seems to be a common copy and paste error. I used a Python script to find out if there are any ports that have a dependence on
vcpkg-cmake-config
but don't usevcpkg_cmake_config_fixup
. The interesting lines are:Maybe there is a possibility to add this as a PR suggestion/ manifest format/ post-build check?