> 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
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
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
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
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
>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
>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
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