Re: [cmake-developers] [PATCH v3] Add FindLTTngUST module to find LTTng-UST library

2016-03-07 Thread Brad King
On 02/29/2016 12:35 PM, Philippe Proulx wrote: > This patch adds the FindLTTngUST module which can be used to find > the LTTng-UST library. It sets result variables and creates an > imported target, LTTng::UST. Thanks, applied: Add FindLTTngUST module to find LTTng-UST library

[cmake-developers] [PATCH v3] Add FindLTTngUST module to find LTTng-UST library

2016-02-29 Thread Philippe Proulx
This patch adds the FindLTTngUST module which can be used to find the LTTng-UST library. It sets result variables and creates an imported target, LTTng::UST. Since the module is able to find the LTTng-UST version string, this is tested in Tests/CMakeOnly/AllFindModules. The module is tested