Skip to content

Commit 100b43d

Browse files
MatthijsBurghar13pit
authored andcommitted
Dependency file needs to be set also if rosdep target
1 parent a9f479c commit 100b43d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

installer/tue-install-impl.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@ function tue-install-rosdep
274274
then
275275
tue-install-debug "Target '$target' has not yet been resolved by rosdep, going to installation procedure"
276276

277+
# Empty the target's dependency file
278+
tue-install-debug "Emptying $TUE_INSTALL_DEPENDENCIES_DIR/$target"
279+
truncate -s 0 "$TUE_INSTALL_DEPENDENCIES_DIR"/"$target"
280+
local target_processed=false
281+
277282
# Check if target can be resolved by rosdep
278283
tue-install-debug "rosdep resolve $target"
279284
local rosdep_res

0 commit comments

Comments
 (0)