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
Kevin Griffin
VTK
Commits
584b9cca
Commit
584b9cca
authored
6 months ago
by
Jaswant Panchumarti (Kitware)
Browse files
Options
Downloads
Patches
Plain Diff
Include vtkMobileDevices.cmake in VTK cmake config
- this ensures OpenGL::GLES3 is correctly found by find_package
parent
814bfa0a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMake/vtk-config.cmake.in
+2
-0
2 additions, 0 deletions
CMake/vtk-config.cmake.in
CMake/vtkInstallCMakePackage.cmake
+1
-0
1 addition, 0 deletions
CMake/vtkInstallCMakePackage.cmake
with
3 additions
and
0 deletions
CMake/vtk-config.cmake.in
+
2
−
0
View file @
584b9cca
...
...
@@ -165,6 +165,8 @@ if (DEFINED Python3_FIND_STRATEGY)
endif ()
set(Python3_FIND_STRATEGY LOCATION)
# Ensures that the OpenGL::GLES3 is found.
include("${CMAKE_CURRENT_LIST_DIR}/vtkMobileDevices.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/${CMAKE_FIND_PACKAGE_NAME}-vtk-module-find-packages.cmake")
if (@vtk_opengl_preference_set@) # vtk_opengl_preference_set
...
...
This diff is collapsed.
Click to expand it.
CMake/vtkInstallCMakePackage.cmake
+
1
−
0
View file @
584b9cca
...
...
@@ -129,6 +129,7 @@ set(vtk_cmake_module_files
vtkDetectLibraryType.cmake
vtkEncodeString.cmake
vtkHashSource.cmake
vtkMobileDevices.cmake
vtkModule.cmake
vtkModuleGraphviz.cmake
vtkModuleJson.cmake
...
...
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