[cmake-developers] [PATCH] remove CMAKE_NO_QUOTED_OBJECTS variable

Brad King brad.king at kitware.com
Wed Mar 26 13:21:30 EDT 2014


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