Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
VTK
VTK
Commits
b98fa382
Commit
b98fa382
authored
5 years ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
vtkm: skip installing headers if VTK is configured to do so
parent
d2f4de04
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ThirdParty/vtkm/vtkvtkm/CMakeLists.txt
+6
-0
6 additions, 0 deletions
ThirdParty/vtkm/vtkvtkm/CMakeLists.txt
with
6 additions
and
0 deletions
ThirdParty/vtkm/vtkvtkm/CMakeLists.txt
+
6
−
0
View file @
b98fa382
...
...
@@ -27,6 +27,12 @@ set(VTKm_BUILD_CMAKE_BASE_DIR "${CMAKE_BINARY_DIR}")
set
(
VTKm_INSTALL_CONFIG_DIR
"
${
_vtk_build_CMAKE_DESTINATION
}
/vtkm"
)
set
(
VTKm_INSTALL_CMAKE_MODULE_DIR
"
${
VTKm_INSTALL_CONFIG_DIR
}
/cmake"
)
if
(
_vtk_build_INSTALL_HEADERS
)
set
(
VTKm_INSTALL_ONLY_LIBRARIES OFF
)
else
()
set
(
VTKm_INSTALL_ONLY_LIBRARIES ON
)
endif
()
set
(
VTKm_USE_DEFAULT_SYMBOL_VISIBILITY OFF
)
set
(
VTKm_ENABLE_RENDERING OFF
)
set
(
VTKm_ENABLE_TESTING OFF
)
...
...
This diff is collapsed.
Click to expand it.
Ben Boeckel
@ben.boeckel
mentioned in commit
928e9560
·
5 years ago
mentioned in commit
928e9560
mentioned in commit 928e95601fee94f66949a5d080761f9a197982b0
Toggle commit list
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