[CMake] [developers] RE: Giving my modules for adoption

2013-10-31 Thread xantares 09
> From: mathieu.malate...@gmail.com > Date: Thu, 31 Oct 2013 08:54:42 +0100 > Subject: Giving my modules for adoption > To: cmake-develop...@cmake.org > CC: xantare...@hotmail.com > > Hi all, > > I'd like to repeat what I stated before [*]. I no longer have the > time to maintain my cmake mod

Re: [CMake] SWIG detection fails

2013-10-22 Thread xantares 09
Hello, Still no one for fixing the swig detection (PATCH INCLUDED) ?: http://public.kitware.com/Bug/view.php?id=13449 This ticket is a duplicate and should be closed too: http://public.kitware.com/Bug/view.php?id=14359 M. -- Powered by www.kitware.com

[CMake] Test for OUTPUT rule

2013-10-03 Thread xantares 09
Hi, I can check if a target has been created: add_custom_target(foo ...) if (TARGET foo) ... But I can't test for if an output rule has been created for foo.x: add_custom_command(OUTPUT foo.x) if (... foo.x) Or is it possible ? x. -- Powered by

[CMake] SWIG detection fails

2013-10-01 Thread xantares 09
Hi, There is a bug report with patch included which is still not fixed: http://public.kitware.com/Bug/view.php?id=13449 I know you are busy atm with the release, but at least could someone take a look ? Regards. -- Powered by www.kitware.com Pleas

[CMake] cross-compilation bug with swig

2013-09-06 Thread xantares 09
Hi, There is an 1 year old unresolved bug (with patch!) with the detection of swig related to cross-compiling. The original bug report is here: http://www.cmake.org/Bug/view.php?id=13449 I filed the same bug report recently here by mistake: http://www.cmake.org/Bug/view.php?id=14359, I guess i

Re: [CMake] find_packge behavior regarding enabled languages

2013-01-25 Thread xantares 09
>From: e...@sf-mail.de >To: cmake@cmake.org >Date: Fri, 25 Jan 2013 19:00:56 +0100 >Subject: Re: [CMake] find_packge behavior regarding enabled languages >xantares 09 wrote: > >From: xantare...@hotmail.com > >To: cmake@cmake.org > >Date: Thu, 24 Jan 2013

Re: [CMake] find_packge behavior regarding enabled languages

2013-01-25 Thread xantares 09
>From: xantare...@hotmail.com >To: cmake@cmake.org >Date: Thu, 24 Jan 2013 08:12:49 + >Subject: [CMake] find_packge behavior regarding enabled languages > >Hi, > >I noticed that when all languages are disabled through the project command: >project ( Foo NONE ) > >... then a dependent Bar

[CMake] find_packge behavior regarding enabled languages

2013-01-24 Thread xantares 09
Hi, I noticed that when all languages are disabled through the project command: project ( Foo NONE ) ... then a dependent Bar sub-package cannot be detected from it's BarConfig.cmake configuration file: find_package ( Bar MODULE ) Do you think it's a bug ? A feature ? I explicitely disabled a