[CMake] Re: RPATH and $ORIGIN
Iker Arizmendi
iker at research.att.com
Thu Jan 17 10:39:55 EST 2008
James,
The lack of braces was deliberate - the $ORIGIN string is not a
CMake variable but a special token that should be passed to the
linker without any expansion (the Linux linker provides special
handling for rpath components that use $ORIGIN).
Regards,
Iker
> CMake expands variables with curly braces. Try ${ORIGIN} instead
> of $ORIGIN and see if that helps.
>
> James
--
Iker Arizmendi
AT&T Labs - Research
Speech and Image Processing Lab
e: iker at research.att.com
w: http://research.att.com
p: 973-360-8516
More information about the CMake
mailing list