We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8347408 commit e1c2b96Copy full SHA for e1c2b96
1 file changed
cmake/FindFFmpeg.cmake
@@ -246,7 +246,7 @@ if (TRUE)
246
set_target_properties(FFmpeg::${_lowerComponent} PROPERTIES
247
INTERFACE_COMPILE_OPTIONS "${${_component}_DEFINITIONS}"
248
INTERFACE_INCLUDE_DIRECTORIES ${${_component}_INCLUDE_DIRS}
249
- INTERFACE_LINK_LIBRARIES "${${_component}_LIBRARY} ${${_component}_LIBRARIES} ${PC_${_component}_LIBRARIES}"
+ INTERFACE_LINK_LIBRARIES "${${_component}_LIBRARY}" "${${_component}_LIBRARIES}" "${PC_${_component}_LIBRARIES}"
250
IMPORTED_LINK_INTERFACE_MULTIPLICITY 3)
251
endif()
252
else()
0 commit comments