mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Add opencv to linux CI and specify which modules we want to use
This commit is contained in:
parent
b08273b127
commit
807c5e2240
4 changed files with 8 additions and 8 deletions
2
3rdparty/opencv/CMakeLists.txt
vendored
2
3rdparty/opencv/CMakeLists.txt
vendored
|
@ -4,7 +4,7 @@ set(OPENCV_TARGET 3rdparty_dummy_lib PARENT_SCOPE)
|
|||
|
||||
if (USE_SYSTEM_OPENCV)
|
||||
message(STATUS "RPCS3: using system OpenCV")
|
||||
find_package(OpenCV)
|
||||
find_package(OpenCV COMPONENTS core photo)
|
||||
|
||||
if(OPENCV_FOUND)
|
||||
message(STATUS "RPCS3: found system OpenCV")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue