[Cmake] using # in a string

Stefan Schmidt Stefan.Schmidt@sophia.inria.fr
Mon, 5 May 2003 18:20:39 +0200


> If I'm not mistaken, "#" is only a comment delimiter at start of line,
> so any # which follows a non-space is not considered a comment delimite=
r.

I think it works everywhere in CMakeList code (but I think at least insid=
e=20
strings, it shouldn't). Tested with CMake 1.6.5 and some older 1.7 cvs=20
version.
But thanks for pointing out the workaround by using STRING(ASCII 35 POUND=
).

Greetings,
Stefan