Skip to content

Commit

Permalink
[ci] disable if no media plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 17, 2024
1 parent 6daab83 commit 5a5f2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-js/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
${QT_PREFIX}::Core ${QT_PREFIX}::Widgets ${QT_PREFIX}::Qml ${QT_PREFIX}::QmlPrivate
score_lib_base score_plugin_engine score_lib_process score_lib_inspector score_lib_device
score_plugin_deviceexplorer score_plugin_protocols
score_plugin_media)
)

if(TARGET score_plugin_media)
target_link_libraries(${PROJECT_NAME} PUBLIC score_plugin_media)
Expand Down

0 comments on commit 5a5f2dd

Please sign in to comment.