[Insight-developers] Quick cmake question
Richard Beare
richard.beare at gmail.com
Wed Jul 7 23:22:23 EDT 2010
Hi,
I know this isn't the right mailing list, but there is bound to be
someone who can answer this question.
I'm trying to figure out the correct escaping sequence for a shell
command. I want to execute
(cd ${FPATH} ; ln -sf ${a} ${b} )
where FPATH, a and b are CMake variables.
I'm trying various combinations of
COMMAND " (cd ${FPATH} ; ln -sf ${a} ${b} ) "
and so on, but nothing seems quite right.
Thanks
More information about the Insight-developers
mailing list