cfs-tools / cfs-basecamp

Provides a framework and tools for developing, downloading, and integrating core Flight System (cFS) applications into an operational system.
Other
26 stars 4 forks source link

Remove app failed when multiple apps have same prefix #57

Closed dmccomas closed 7 months ago

dmccomas commented 11 months ago

When I removed app 'hello' and targets.cmake also had apps named hello_obj, hello_tbl and hello_child, the targets.cmake SET(cpu1_APPLIST was modified to "_obj _tbl _child". The 'hello' prefix was stripped off the other names,

dmccomas commented 7 months ago

I could not recreate the issue during the development of v1.12. I suspect it was fixed, but the issue wasn't closed. It will be closed in v1.12.

Similar to issue #68 the remove dialogues were simplified. The dialogue to ask whether to remove the source code was added to the first dialogue asking which app to remove.