Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
503281d4
Commit
503281d4
authored
May 17, 2020
by
Utkarsh Ayachit
⛰
Browse files
vrpn: build build flags
disable unnecessary components that are causing build issues on macos
parent
364af590
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/vrpn.cmake
View file @
503281d4
...
...
@@ -7,7 +7,14 @@ superbuild_add_project(vrpn
# We want the new parser; without this, some FindJava syntax errors pop up
# with newer CMake binaries. This is easier than a patch.
-DCMAKE_POLICY_DEFAULT_CMP0053:STRING=NEW
-DBUILD_SHARED_LIBS:BOOL=
${
BUILD_SHARED_LIBS
}
)
-DBUILD_SHARED_LIBS:BOOL=
${
BUILD_SHARED_LIBS
}
-DBUILD_TESTING:BOOL=OFF
-DPYTHON_ENABLE_MODULE_vrpn-python:BOOL=OFF
-DVRPN_BUILD_JAVA:BOOL=OFF
-DVRPN_BUILD_PYTHON_HANDCODED_2X:BOOL=OFF
-DVRPN_BUILD_PYTHON_HANDCODED_3X:BOOL=OFF
-DVRPN_BUILD_TEST_RPC_GENERATION:BOOL=OFF
)
# Backported from upstream commit 70d47fec7e3be85f5f05c8ac5be99dacbd8be257.
superbuild_apply_patch
(
vrpn wait3-removal
...
...
Utkarsh Ayachit
⛰
@utkarsh.ayachit
mentioned in commit
6c754c8a
·
May 18, 2020
mentioned in commit
6c754c8a
mentioned in commit 6c754c8a5532d3732fbb9914c36948e20947038e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment