Skip to content

Commit e1c2b96

Browse files
committed
1 parent 8347408 commit e1c2b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/FindFFmpeg.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ if (TRUE)
246246
set_target_properties(FFmpeg::${_lowerComponent} PROPERTIES
247247
INTERFACE_COMPILE_OPTIONS "${${_component}_DEFINITIONS}"
248248
INTERFACE_INCLUDE_DIRECTORIES ${${_component}_INCLUDE_DIRS}
249-
INTERFACE_LINK_LIBRARIES "${${_component}_LIBRARY} ${${_component}_LIBRARIES} ${PC_${_component}_LIBRARIES}"
249+
INTERFACE_LINK_LIBRARIES "${${_component}_LIBRARY}" "${${_component}_LIBRARIES}" "${PC_${_component}_LIBRARIES}"
250250
IMPORTED_LINK_INTERFACE_MULTIPLICITY 3)
251251
endif()
252252
else()

0 commit comments

Comments
 (0)