[Cmake] using # in a string

Peter Vanroose Peter.Vanroose@esat.kuleuven.ac.be
Mon, 5 May 2003 18:07:23 +0200 (CEST)


> Can't I use # in a string?
> Or is there a way to escape its special meaning of starting a comment?

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 delimiter.


--	Peter Vanroose.