Skip to content

Commit 4f5bc5e

Browse files
authored
Update package.py
1 parent 7d1d101 commit 4f5bc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshing/packages/qtvtk/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Qtvtk(CMakePackage):
2121
depends_on('qtutil@5: ~shared', type=('build', 'link'), when='~shared')
2222
depends_on('vtkcontrib@4: +shared', type=('build', 'link'), when='+shared')
2323
depends_on('vtkcontrib@4: ~shared', type=('build', 'link'), when='~shared')
24-
depends_on('xerces-c@3.1.4', type=('build', 'link'))
24+
depends_on('xerces-c', type=('build', 'link'))
2525
depends_on('preferences', type=('build', 'link'))
2626
depends_on('qt')
2727
depends_on('vtk-maillage +qt', type=('build', 'link'))

0 commit comments

Comments
 (0)