> 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