Replies: 2 comments 11 replies
-
it's because once there was no "platform" nor "supports" clauses in the manifest. Since the "dnn" feature cannot work in all possible os/arch combinations, it was handled manually like all the others on that line. |
Beta Was this translation helpful? Give feedback.
-
It is not always vcpkg/ports/opencv4/portfile.cmake Lines 98 to 105 in 333ba63 |
Beta Was this translation helpful? Give feedback.
-
In the latest opencv4 portfile there is the line
vcpkg/ports/opencv4/portfile.cmake
Lines 98 to 99 in 333ba63
A quick search for
\"dnn\"
on github, via/
command shows thatdefault-features
is using the flag, yet it's not in thevcpkg_check_features
call:vcpkg/ports/opencv4/portfile.cmake
Lines 63 to 96 in 333ba63
Can some describe why this line is added, and what it means in context? It appears as if the feature is always "OFF" in opencv4. I'm looking for confirmation that this is the case... But also, why.
@cenit
Beta Was this translation helpful? Give feedback.
All reactions