RE: [CMake] --register-prefix-optional becomes -fregister-prefix-optional

2007-04-04 Thread Kishore, Jonnalagadda (IE10)
offman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 04, 2007 7:02 PM > To: Kishore, Jonnalagadda (IE10) > Cc: cmake@cmake.org > Subject: Re: [CMake] --register-prefix-optional becomes -fregister-prefix- > optional > > Kishore, Jonnalagadda (IE10) wrote: > > If I add the

Re: [CMake] --register-prefix-optional becomes -fregister-prefix-optional

2007-04-04 Thread Bill Hoffman
Kishore, Jonnalagadda (IE10) wrote: If I add the flag "--register-prefix-optional" cmake actually passes "-fregister-prefix-optional" to the command line and this causes the command to fail saying that the option does not exist. How can I avoid this? Can you send a small example (self contai