[CMake] Setting global link flags

2006-10-11 Thread Axel Roebel
Hello, I frequently struggle with the problem to set global linker flags. Global here means these flags should be used whenever the linker is used. The main example where I need that is the -mno-cygwin flag of the cygwin compiler. This flag creates objects that will not make use of the cygwin dl

Re: [CMake] Setting global link flags

2006-10-11 Thread Brad King
Axel Roebel wrote: > I frequently struggle with the problem to set > global linker flags. Global here means these flags should be used > whenever the linker is used. The main example where I need that > is the -mno-cygwin flag of the cygwin compiler. > This flag creates objects that will not make

Re: [CMake] Setting global link flags

2006-10-11 Thread Axel Roebel
On Wednesday 11 October 2006 15:24, you wrote: > Axel Roebel wrote: > > I frequently struggle with the problem to set > > global linker flags. Global here means these flags should be used > > whenever the linker is used. The main example where I need that > > is the -mno-cygwin flag of the cygwin c