[Cmake] Trouble with / and \
John Biddiscombe
john.biddiscombe at mirada-solutions.com
Thu Jan 30 04:17:10 EST 2003
STRING(REGEX REPLACE "/" "\\" BINDIR ${JavaR2_BINARY_DIR})
Actually. Cmake won't allow me to do this. It reports that sequence is
not allowed to end in \
If I try to fool it by adding a space or similar afterwards it says
invalid escape sequence.
It looks as though something is wrong somewhere. Am I missing an escape
character somewhere. I've tried several combinations
JB
More information about the CMake
mailing list