[cmake-developers] framework-interface-includes topic

Brad King brad.king at kitware.com
Fri Jul 19 07:51:30 EDT 2013


On 07/19/2013 06:11 AM, Stephen Kelly wrote:
> Brad King wrote:
>> Thanks for working on this.  Please update the documentation
>> of tll() to mention this behavior.
>>
>> Also, the use of CollapseFullPath to evaluate "/.." seems more
>> complicated than necessary.  A single CollapseFullPath of the
>> original input followed by a check against a pre-compiled regex
>> can check for framework paths in one step.
> 
> What would such a regex look like?

Perhaps something like

 (\.framework)(/Versions/[^/]+)?/[^/]+$

-Brad



More information about the cmake-developers mailing list