You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the chaining of pipelines is dependent on knowledge of the internal targets that each pipeline is defining.
This does not allow the free chaining these pipelines.
A solution would be:
make the pipeline chaining configuration a little more a elaborate, e.g. a cmake fragment/snippet and do not rely on configure-time generation.
select each pipeline during configuration using their file names, in order to be included.
The text was updated successfully, but these errors were encountered:
Currently, the chaining of pipelines is dependent on knowledge of the internal targets that each pipeline is defining.
This does not allow the free chaining these pipelines.
A solution would be:
cmake
fragment/snippet and do not rely on configure-time generation.The text was updated successfully, but these errors were encountered: