Re: [CMake] Problem with set_target_properties on mixed-source library

2008-10-02 Thread Alexander Neundorf
On Monday 29 September 2008, Martin Apel wrote: > Hi all, > > I have a library consisting of multiple sources from Fortran and C, e.g. > file1.f, file2.f, file3.c. > I want to generate this library in two different versions, where in one > of those versions the Fortran files are compiled with diffe

Re: [CMake] Problem with set_target_properties on mixed-source library

2008-09-29 Thread Martin Apel
Alan W. Irwin wrote: > On 2008-09-29 16:00+0200 Martin Apel wrote: > >> Hi all, >> >> I have a library consisting of multiple sources from Fortran and C, e.g. >> file1.f, file2.f, file3.c. >> I want to generate this library in two different versions, where in one >> of those versions the Fortran fi

Re: [CMake] Problem with set_target_properties on mixed-source library

2008-09-29 Thread Alan W. Irwin
On 2008-09-29 16:00+0200 Martin Apel wrote: Hi all, I have a library consisting of multiple sources from Fortran and C, e.g. file1.f, file2.f, file3.c. I want to generate this library in two different versions, where in one of those versions the Fortran files are compiled with different options

[CMake] Problem with set_target_properties on mixed-source library

2008-09-29 Thread Martin Apel
Hi all, I have a library consisting of multiple sources from Fortran and C, e.g. file1.f, file2.f, file3.c. I want to generate this library in two different versions, where in one of those versions the Fortran files are compiled with different options, in my case with -ipo. That means: libv1.a