Skip to content
Snippets Groups Projects
Commit 35915355 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vrpn: specify the rpath

parent b5b708f6
No related branches found
No related tags found
1 merge request!1154tests: add a test to make sure all libraries are loadable on Linux
set(vrpn_depends)
set(vrpn_options)
if (UNIX AND NOT APPLE)
list(APPEND vrpn_depends
libusb)
list(APPEND vrpn_options
-DCMAKE_INSTALL_RPATH:STRING=<INSTALL_DIR>/lib)
endif ()
superbuild_add_project(vrpn
......@@ -30,4 +33,5 @@ superbuild_add_project(vrpn
-DVRPN_USE_LOCAL_HIDAPI:BOOL=ON
-DVRPN_USE_LOCAL_JSONCPP:BOOL=OFF
-DVRPN_USE_JSONNET:BOOL=OFF
${vrpn_options}
)
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