[CMake] Calling cmake from within cmake.

Sylvain Benner benner at virtools.com
Mon Oct 8 12:33:05 EDT 2007



> However that doesn't work because the double quotes aren't escaped.  How
> do I escape quotes in cmake?
>   
Like in any other strings ->  \"

SET(foo "\"Hello\"") will set foo with the value "Hello".

--Sylvain



More information about the CMake mailing list