mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Call find_package for OpenCV on Windows for modatv
This commit is contained in:
parent
fd98de7b38
commit
981781eabe
@ -444,6 +444,8 @@ endif()
|
||||
|
||||
# unfortunately OpenCV library from windows doesn't set the cache option
|
||||
if(WIN32)
|
||||
find_package(OpenCV OPTIONAL_COMPONENTS core highgui imgproc imgcodecs videoio) # channeltx/modatv
|
||||
|
||||
set(OpenCV_INCLUDE_DIRS "${OpenCV_INCLUDE_DIRS}" CACHE INTERNAL "")
|
||||
set(OpenCV_LIBS "${OpenCV_LIBS}" CACHE INTERNAL "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user