[cmake-developers] [PATCH] remove CMAKE_NO_QUOTED_OBJECTS variable

Jiri Malak malak.jiri at gmail.com
Wed Mar 26 13:18:53 EDT 2014


If name contains space than it is not processed correctly by watcom linker.
It must be single quoted.

Jiri

> 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
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more information on each
> offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
>





More information about the cmake-developers mailing list