[CMake] STRING(REPLACE eats semi-colons

2007-08-02 Thread JD Smith
set( f this; ...is: a; test) MESSAGE(${f}) STRING(REPLACE is was f ${f}) MESSAGE(${f}) Probably to do with the syntax for lists, but is there a way to avoid STRING(REPLACE from eating semi-colons? I'm trying to replace a sed call with pure CMAKE, but in text replacing on an XML file, it's

Re: [CMake] STRING(REPLACE eats semi-colons

2007-08-02 Thread JD Smith
On Aug 2, 2007, at 7:41 PM, Bill Hoffman wrote: JD Smith wrote: set( f this; ...is: a; test) MESSAGE(${f}) STRING(REPLACE is was f ${f}) MESSAGE(${f}) Probably to do with the syntax for lists, but is there a way to avoid STRING(REPLACE from eating semi-colons? I'm trying to replace

[CMake] MACOSX_PACKAGE_LOCATION usage

2007-06-25 Thread JD Smith
keyLSTypeIsPackage/key false/ /dict /array This type of Info.plist stanza is useful for associating file types with the application (and indicating a file icon as well). Thanks very much, JD Smith ___ CMake