[cmake-developers] [PATCH] remove CMAKE_NO_QUOTED_OBJECTS variable

Jiri Malak malak.jiri at gmail.com
Wed Mar 26 13:29:14 EDT 2014


No, you must use only single quotes, because linker has its own command line token parser and for
file names in file directive with curl braces space is list separator.
Double quotes can be used with file directive without curl braces then list separator is comma.

Jiri

> On 03/26/2014 01:18 PM, Jiri Malak wrote:
>> If name contains space than it is not processed correctly by watcom linker.
>> It must be single quoted.
>
> Does that mean that on Linux one must use
>
>  "'/path with space/to/src.o'"
>
> so that the linker literally sees single quotes in argv[] values?
>
> -Brad
>
>





More information about the cmake-developers mailing list