Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView-Superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ParaView
ParaView-Superbuild
Commits
35915355
Commit
35915355
authored
1 year ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
vrpn: specify the rpath
parent
b5b708f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1154
tests: add a test to make sure all libraries are loadable on Linux
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/vrpn.cmake
+4
-0
4 additions, 0 deletions
projects/vrpn.cmake
with
4 additions
and
0 deletions
projects/vrpn.cmake
+
4
−
0
View file @
35915355
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
}
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment