Skip to content
Snippets Groups Projects
Commit ee7920c0 authored by Dan Nixon's avatar Dan Nixon
Browse files

Fix RPATH for Vates widgets library

libMantidVatesSimpleGuiViewWidgetsQt4.so is dependant on
libMantidVatesSimpleGuiQtWidgetsQt4.so which was previously not being
found due to the RPATH not searcing in the same directory.

Without this change the Vates Simple Interface is not available.
parent 6e15fd35
No related merge requests found
......@@ -136,7 +136,7 @@ mtd_add_qt_library (TARGET_NAME VatesSimpleGuiViewWidgets
@loader_path/../../Contents/MacOS
@loader_path/../../Contents/Libraries
LINUX_INSTALL_RPATH
"\$ORIGIN/../../${LIB_DIR}"
"\$ORIGIN/../../${LIB_DIR};\$ORIGIN"
)
# Set the name of the generated library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment