answered 2013-01-17 13:02:30 -0600
here's a small patch you can apply to:
files that contain INSTALL_NAME_DIR:
change the INSTALL_NAME_DIR lib to INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib In this way the full path to the dynamic libraries will be used
INSTALL_NAME_DIR lib
INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib