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: [EMAIL PROTECTED]
w: http://research.att.com
p: 973-360-8516

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to