Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
iMSTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
Ben Boeckel
iMSTK
Commits
4b4968cc
Commit
4b4968cc
authored
3 years ago
by
Harald Scheirich
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Turnon VRPN w/ Openhaptics
parent
d2419bff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMake/External/External_VRPN.cmake
+5
-11
5 additions, 11 deletions
CMake/External/External_VRPN.cmake
with
5 additions
and
11 deletions
CMake/External/External_VRPN.cmake
+
5
−
11
View file @
4b4968cc
...
...
@@ -34,7 +34,7 @@ endif()
include
(
imstkAddExternalProject
)
imstk_add_external_project
(
VRPN
GIT_REPOSITORY https://gitlab.kitware.com/iMSTK/vrpn.git
GIT_TAG
f4fd31a774d5ac72add2467f8aff1b324599de3b
GIT_TAG
7a2845e4b1be2707ccb67dd1d388fb22a766e8f7
# Cannot get a zip as vrpn uses submodules which are not pulled into the zip
#URL https://gitlab.kitware.com/iMSTK/vrpn/-/archive/improve-openhaptics-rebase/vrpn-improve-openhaptics-rebase.zip
#URL_MD5 f9f1f10b0844ee244d3478184d58da04
...
...
@@ -51,16 +51,10 @@ imstk_add_external_project( VRPN
-DVRPN_USE_HID:BOOL=ON
-DVRPN_USE_LIBNIFALCON:BOOL=OFF
-DVRPN_BUILD_SERVERS:BOOL=ON
-DVRPN_USE_PHANTOM_SERVER:BOOL=
OFF
-DVRPN_USE_HDAPI:BOOL=
OFF
#
-DOPENHAPTICS_ROOT_DIR:PATH=${OPENHAPTICS_ROOT_DIR}
-DVRPN_USE_PHANTOM_SERVER:BOOL=
${
iMSTK_USE_OPENHAPTICS
}
-DVRPN_USE_HDAPI:BOOL=
${
iMSTK_USE_OPENHAPTICS
}
-DOPENHAPTICS_ROOT_DIR:PATH=
${
OPENHAPTICS_ROOT_DIR
}
DEPENDENCIES
${
VRPN_DEPENDENCIES
}
RELATIVE_INCLUDE_PATH
""
#VERBOSE
)
# Note HS-2021-28-7 currently disabled openhaptics with regards to VRPN,
# between the imstk superbuild and the VRPN cmake files the Openhaptics
# libraries can't be found by the VRPN build inside of the imstk superbuild
# as we will mostly run haptics through the imstkOpenHaptics module this is
# not an issue for now
\ No newline at end of file
)
\ No newline at end of file
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