From ee9fb80dd49ff4d4029a7d2b7f02fefeffd15bd3 Mon Sep 17 00:00:00 2001 From: Nicky Date: Fri, 6 Apr 2018 12:18:13 +0200 Subject: [PATCH] Only link against llcommon, not against ${LLCOMMON_LIBRARIES} (which does include a lot more and those cannot be added as dependencies) --- indra/media_plugins/gstreamer010/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/media_plugins/gstreamer010/CMakeLists.txt b/indra/media_plugins/gstreamer010/CMakeLists.txt index 6d18814b1e..8ed92f0e19 100644 --- a/indra/media_plugins/gstreamer010/CMakeLists.txt +++ b/indra/media_plugins/gstreamer010/CMakeLists.txt @@ -69,7 +69,7 @@ target_link_libraries(media_plugin_gstreamer010 add_dependencies(media_plugin_gstreamer010 ${LLPLUGIN_LIBRARIES} ${MEDIA_PLUGIN_BASE_LIBRARIES} - ${LLCOMMON_LIBRARIES} + llcommon )