Skip to content

Commit

Permalink
Fix parallel build
Browse files Browse the repository at this point in the history
Fix overridden `depends` property
  • Loading branch information
iakov authored Sep 18, 2023
1 parent 2913f54 commit 4e580f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/robots/thirdparty/trikRuntime/trikRuntime.pro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ trikHal.subdir = $$PWD/trikRuntime/trikHal
trikControl.depends = trikKernel trikHal
trikKernel.depends =
trikNetwork.depends = trikKernel
trikScriptRunner.depends = trikControl trikKernel trikNetwork
trikScriptRunner.depends += trikControl trikKernel trikNetwork
trikHal.depends = trikKernel
trikCommunicator.depends = trikScriptRunner

Expand Down

0 comments on commit 4e580f6

Please sign in to comment.