mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:01:36 +08:00
5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
|
The package ${PORT} is compatible with CMake if you set the OpenCV_DIR *before* the find_package call
|
||
|
|
||
|
set(OpenCV_DIR "${CURRENT_INSTALLED_DIR}/share/${PORT}")
|
||
|
find_package(OpenCV REQUIRED)
|