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
PCL_SUBSUBSYS_DEPEND seems to be a copy of PCL_SUBSUBSYS_DEPEND - the only difference is, that the parameter _name is getting the prefix _parent. This could be handled by a simple optional parameter.
By combining these both methods we are preventing issues like introduced in #1786, where only one of both methods is getting an adjustment (I think the part Include directories are now added for opt dependencies should be added for both methods).
To show the differences between both methods (based on #5378):
PCL_SUBSUBSYS_DEPEND
seems to be a copy ofPCL_SUBSUBSYS_DEPEND
- the only difference is, that the parameter_name
is getting the prefix_parent
. This could be handled by a simple optional parameter.By combining these both methods we are preventing issues like introduced in #1786, where only one of both methods is getting an adjustment (I think the part
Include directories are now added for opt dependencies
should be added for both methods).To show the differences between both methods (based on #5378):
The text was updated successfully, but these errors were encountered: