Skip to content
Snippets Groups Projects
Commit ae6f572c authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: missing RPATH in standalone wrappers

parent 9fe1d86b
No related branches found
No related tags found
3 merge requests!648Ci rcjob,!621Release 7.0 (master),!570Packaging tweaks
Pipeline #2384 failed
......@@ -38,6 +38,7 @@ endif()
set(CONFIGURE_OPTIONS
"-DCMAKE_INSTALL_PREFIX=${PKG_PREFIX}"
"-DCMAKE_INSTALL_RPATH=${PKG_PREFIX}/lib"
"-DCMAKE_BUILD_TYPE=Release")
if(PYTHON_EXECUTABLE)
list(APPEND CONFIGURE_OPTIONS "-DPYTHON_EXECUTABLE=${PYTHON_EXECUTABLE}")
......
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