thank you Zaak!
you are right, after some more reading on this issue i should stick to .f90
as you suggest.
thank you for the clarification.
best regards,
radovan
On Wed, Jul 31, 2013 at 10:44 PM, Zaak Beekman wrote:
>
> dear all,
>>
>> it seems that CMake currently does not support .f03/.F03
2013/7/31 Andreas Pakulat :
> Hi,
>
> On Sat, Jul 27, 2013 at 12:39 AM, Andreas Pakulat wrote:
>>
>> Hi,
>>
>> I'm having a project here where cmake refuses to recognize the "COMPONENT"
>> option for the install() command for certain targets.
>>
>> Within the project there are several subdirs, the
Hi,
On Wed, Jul 31, 2013 at 10:52 PM, Eric Noulard wrote:
> 2013/7/31 Andreas Pakulat :
> > Hi,
> >
> > On Sat, Jul 27, 2013 at 12:39 AM, Andreas Pakulat wrote:
> >>
> >> Hi,
> >>
> >> I'm having a project here where cmake refuses to recognize the
> "COMPONENT"
> >> option for the install() comm
> dear all,
>
> it seems that CMake currently does not support .f03/.F03 suffix
> for Fortran 2003 files.
>
> is there a way for me to tell CMake to treat these files as it would treat
> files ending with .f90 or .f95. i can then assign special flags to them via
> source file
> properties.
>
> than
Hi,
On Sat, Jul 27, 2013 at 12:39 AM, Andreas Pakulat wrote:
> Hi,
>
> I'm having a project here where cmake refuses to recognize the "COMPONENT"
> option for the install() command for certain targets.
>
> Within the project there are several subdirs, the top-level CMakeLists.txt
> has a compone
The regexp you're using matches anything where the last character at the
end of the line isn't one of the characters inside the square brackets. I
don't think cmake's regexps allow negation of words so specifying a regexp
that matches everything except projectA/, README and CMakelists.txt is
going
Thanks, it works fine for the packaging.
And thanks too for the ant link. I think I will switch to the ant exec task.
Best regards,
YC
- Mail original -
De: "Eric Noulard"
À: "Yann COLLETTE"
Cc: "cmake"
Envoyé: Mercredi 31 Juillet 2013 17:19:17
Objet: Re: [CMake] starting cpack and se
Hi folks,
I am using out-of-tree builds with Trojita [1], a Qt application. My cmake
version is 2.8.10.2 on Gentoo Linux using the default Makefile generator and
GNU make.
Some of my .cpp files #include "ui_something.h", which are generated by moc.
Other files are imported from 3rd party proje