From 0e69ceced9072ee31b98e7d39f382f5c8d2e50db Mon Sep 17 00:00:00 2001 From: "T.J. Corona" <tj.corona@kitware.com> Date: Tue, 3 Dec 2019 10:49:29 -0500 Subject: [PATCH] Remove ChemistryOpenGL2 from the OpenGL kit None of the rest of Domains/Chemistry is in a kit, and its inclusion into the OpenGL kit causes cyclic dependencies between IO, Rendering and itself. --- Domains/ChemistryOpenGL2/vtk.module | 2 -- 1 file changed, 2 deletions(-) diff --git a/Domains/ChemistryOpenGL2/vtk.module b/Domains/ChemistryOpenGL2/vtk.module index 0d40581252c..7a1f08cf7c0 100644 --- a/Domains/ChemistryOpenGL2/vtk.module +++ b/Domains/ChemistryOpenGL2/vtk.module @@ -4,8 +4,6 @@ LIBRARY_NAME vtkDomainsChemistryOpenGL2 DESCRIPTION OpenGL support for chemistry data -KIT - VTK::OpenGL IMPLEMENTS VTK::DomainsChemistry DEPENDS -- GitLab