Re: [CMake] Ubuntu package versioning

2018-01-17 Thread Rashad Kanavath
On Tue, Dec 19, 2017 at 4:45 AM, Raymond Wan wrote: > Hi Alexander, > > On Tue, Dec 19, 2017 at 11:39 AM, Alan W. Irwin > wrote: > > On 2017-12-18 19:14-0500 wrote: > > > >> I'm not sure who maintains the Ubuntu cmake package, but I *just* > >>

Re: [CMake] gathering directory names in cmake

2016-06-21 Thread Rashad Kanavath
On Mon, Jun 20, 2016 at 8:47 PM, Lee Butler wrote: > I have a source tree which contains multiple directories each of which has > a subdirectory called "xyz". I want to create a target that creates a zip > file with each of the xyz directories. So if the source tree looks

Re: [CMake] adding parts of build log to dashboard.

2016-04-25 Thread Rashad Kanavath
could we inject some files inside Build.xml ? On Thu, Jan 7, 2016 at 5:21 PM, Clinton Stimpson <clin...@elemtech.com> wrote: > On Thursday, January 07, 2016 02:51:18 PM Rashad Kanavath wrote: > > Hello, > > > > How can I include part of my build log to cdash output.

Re: [CMake] Update/Set _expectedTargets inside exports-release.cmake.

2016-01-14 Thread Rashad Kanavath
Hello Stephen, On Tue, Jan 12, 2016 at 8:58 PM, Stephen Kelly <steve...@gmail.com> wrote: > Rashad Kanavath wrote: > > > I am having this when I build packages for debian where I split > components > > into separate packages project1-core, project1-gui etc.. &g

[CMake] Update/Set _expectedTargets inside exports-release.cmake.

2016-01-12 Thread Rashad Kanavath
Hello all, Is it possible to update or set the "_expectedTargets" cmake variable inside the exports.cmake or exports-release.cmake file I know this file is autogenerated and it generates all so files and use cmake add_library IMPROTED option etc.. I have an issue with this method. Lets say, I

Re: [CMake] [CDash] CTEST_CUSTOM_WARNING_EXECPTION

2015-12-07 Thread Rashad Kanavath
Hello David, It didn't worked. I end up passing -wno-cpp to the cmake flags to finally get over this issue. I don't get how CTEST_CUSTOM_WARNING_EXCEPTION works. How does this compare the regex when it gets a warning? How do I disable all warnings from a directory? eg: