Skip to content

Commit c637189

Browse files
committed
guitoolkitsvariables used in link mode for test
1 parent 8af2281 commit c637189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshing/packages/vtkcontrib/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Vtkcontrib(CMakePackage):
2020
# On veut dans cette version un VTK 7.*
2121
# depends_on('[email protected]:7.99~opengl2~python~xdmf+qt', type=('build', 'link'))
2222
# depends_on('[email protected]', type=('build', 'link'))
23-
depends_on('guitoolkitsvariables', type=('build'))
23+
depends_on('guitoolkitsvariables', type=('build', 'link'))
2424
depends_on('vtk-maillage', type=('build', 'link'))
2525
# depends_on('mpi', type=('build', 'link'))
2626

0 commit comments

Comments
 (0)