mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-26 03:54:30 -04:00
ATV modulator: corrected OpenCV dependencies and removed ugly hack
This commit is contained in:
@@ -50,7 +50,7 @@ target_link_libraries(${TARGET_NAME}
|
||||
sdrbase
|
||||
${TARGET_LIB_GUI}
|
||||
swagger
|
||||
"${OpenCV_LIBS};opencv_videoio"
|
||||
"${OpenCV_LIBS}"
|
||||
)
|
||||
|
||||
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})
|
||||
|
||||
Reference in New Issue
Block a user