Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb authored Nov 20, 2024
1 parent 7d1d101 commit 4f5bc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshing/packages/qtvtk/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Qtvtk(CMakePackage):
depends_on('qtutil@5: ~shared', type=('build', 'link'), when='~shared')
depends_on('vtkcontrib@4: +shared', type=('build', 'link'), when='+shared')
depends_on('vtkcontrib@4: ~shared', type=('build', 'link'), when='~shared')
depends_on('xerces-c@3.1.4', type=('build', 'link'))
depends_on('xerces-c', type=('build', 'link'))
depends_on('preferences', type=('build', 'link'))
depends_on('qt')
depends_on('vtk-maillage +qt', type=('build', 'link'))
Expand Down

0 comments on commit 4f5bc5e

Please sign in to comment.