Skip to content
Snippets Groups Projects
Verified Commit 5de1fc30 authored by Lars Bilke's avatar Lars Bilke
Browse files

[cpm] Fixed config errors in VTK due to OPTIONS scope.

parent ec65037e
No related branches found
No related tags found
No related merge requests found
...@@ -376,6 +376,10 @@ else() ...@@ -376,6 +376,10 @@ else()
list(APPEND VTK_OPTIONS "Module_${comp} ON") list(APPEND VTK_OPTIONS "Module_${comp} ON")
endforeach() endforeach()
# Workaround for configuration error in [vtk]/CMake/vtkGroups.cmake:43
set(VTK_Group_Rendering OFF CACHE BOOL "")
set(VTK_Group_StandAlone OFF CACHE BOOL "")
CPMAddPackage( CPMAddPackage(
NAME VTK NAME VTK
GITHUB_REPOSITORY kitware/vtk GITHUB_REPOSITORY kitware/vtk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment