[CMake] --register-prefix-optional
becomes -fregister-prefix-optional
Kishore, Jonnalagadda (IE10)
Kishore.Jonnalagadda at honeywell.com
Wed Apr 4 10:36:02 EDT 2007
Sorry. I observed more closely with VERBOSE=1. It is not cmake's fault.
Cmake passes the argument "as is" but when the compiler returns an
error; it replaces the leading -- with -f in the error message.
Warm regards,
Kishore
> -----Original Message-----
> From: Bill Hoffman [mailto:bill.hoffman at kitware.com]
> Sent: Wednesday, April 04, 2007 7:02 PM
> To: Kishore, Jonnalagadda (IE10)
> Cc: cmake at cmake.org
> Subject: Re: [CMake] --register-prefix-optional becomes
-fregister-prefix-
> optional
>
> 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 contained) that shows this problem?
>
> -Bill
More information about the CMake
mailing list