I am trying to replace forwardslashes with backslashes.
To do that i have the following line of code:
STRING(REGEX REPLACE "/" "" SourceGroup ${SourceGroupPath} )
SourceGroupPath = A/File/Path.
SourceGroup is the variable to set the result to.
The problem i am having is with, the "" part to the code.
I have tried several ways to getting to use the backslash literal like ""
and using unicode but nothing seems to work.
The error i get in CMake is:
CMake Error at CMakeLists.txt:41
(STRING): string sub-command REGEX,
mode REPLACE: replace-expression ends
in a backslash.
Can someone please help me out?
Thanks,
Wouter
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…