[cmake-developers] [PATCH] remove CMAKE_NO_QUOTED_OBJECTS variable

Brad King brad.king at kitware.com
Wed Mar 26 13:10:36 EDT 2014


On 03/26/2014 01:06 PM, Jiri Malak wrote:
> I have a note to description
> Generate single-quoted linker lines for Watcom on Windows
> should be
> Generate single-quoted linker lines for Watcom
> because Watcom linker use single quote instead of double
> quotes on any platform, it is not Windows specific.

On non-Windows platforms processes do not receive a string
as the command line and must use main(argc,argv) to see what
it got from the shell.  Quoting is therefore meant for the
shell and double-quotes should work just fine.

-Brad




More information about the cmake-developers mailing list