Re: [CMake] Replacing compiler flags for certain project subdirectories

2011-03-31 Thread Michael Hertling
> How can I replace (not extend) the compiler flags for these few > subdirectories? > > Tim > >> -Original Message- >> From: cmake-boun...@cmake.org >> [mailto:cmake-boun...@cmake.org] On Behalf Of Whitcomb, Mr. Tim >> Sent: Friday, March 25, 2011 3

Re: [CMake] Replacing compiler flags for certain project subdirectories

2011-03-31 Thread Yuri Timenkov
-boun...@cmake.org] On Behalf Of Whitcomb, Mr. Tim > > Sent: Friday, March 25, 2011 3:18 PM > > To: 'cmake@cmake.org' > > Subject: [CMake] Replacing compiler flags for certain project > > subdirectories > > > > I'm in the process of adding Cmake-buil

Re: [CMake] Replacing compiler flags for certain project subdirectories

2011-03-31 Thread Whitcomb, Mr. Tim
ault link flags. > > Hope this helps, > Arjen > > >-Original Message- > >From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On > >Behalf Of Whitcomb, Mr. Tim > >Sent: woensdag 30 maart 2011 20:00 > >To: 'cmake@cmake.org' > >S

Re: [CMake] Replacing compiler flags for certain project subdirectories

2011-03-31 Thread Verweij, Arjen
b, Mr. Tim >Sent: woensdag 30 maart 2011 20:00 >To: 'cmake@cmake.org' >Subject: Re: [CMake] Replacing compiler flags for certain project >subdirectories > >Shortening to reduce wall-of-text: > >I have a Fortran project with a top-level CMakeLists.txt file with 47

Re: [CMake] Replacing compiler flags for certain project subdirectories

2011-03-30 Thread Whitcomb, Mr. Tim
-Original Message- > From: cmake-boun...@cmake.org > [mailto:cmake-boun...@cmake.org] On Behalf Of Whitcomb, Mr. Tim > Sent: Friday, March 25, 2011 3:18 PM > To: 'cmake@cmake.org' > Subject: [CMake] Replacing compiler flags for certain project > subdirectories >

[CMake] Replacing compiler flags for certain project subdirectories

2011-03-25 Thread Whitcomb, Mr. Tim
I'm in the process of adding Cmake-build capability to a Fortran project that currently follows a traditional recursive-make build structure. I've converted all the makefiles to CMakeLists.txt files and can now produce all the target libraries and executables with their dependencies correctly r