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

2016-02-29 Thread Philippe Proulx
individually in Tests/FindLTTngUST, enabled by setting CMake_TEST_FindLTTngUST. Documentation is added in Help/module/FindLTTngUST.rst. Signed-off-by: Philippe Proulx --- Help/manual/cmake-modules.7.rst | 1 + Help/module/FindLTTngUST.rst | 1 + Modules

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

2016-02-26 Thread Philippe Proulx
Thanks. I submitted a v2, but I'm still wondering: do I need to extract the documentation somehow, to put it in Help/module, or is it automatically extracted once it's merged? Philippe Proulx On Fri, Feb 26, 2016 at 10:42 AM, Brad King wrote: > On 02/19/2016 08:09 PM, Philippe

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

2016-02-26 Thread Philippe Proulx
individually in Tests/FindLTTngUST, enabled by setting CMake_TEST_FindLTTngUST. Signed-off-by: Philippe Proulx --- Modules/FindLTTngUST.cmake| 111 ++ Tests/CMakeLists.txt | 4 + Tests/CMakeOnly/AllFindModules/CMakeLists.txt | 2

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

2016-02-19 Thread Philippe Proulx
Signed-off-by: Philippe Proulx --- Modules/FindLTTngUST.cmake | 88 ++ 1 file changed, 88 insertions(+) create mode 100644 Modules/FindLTTngUST.cmake diff --git a/Modules/FindLTTngUST.cmake b/Modules/FindLTTngUST.cmake new file mode 100644 index