gmsh: add dependency on gl and glu providers when +fltk (#27169)
This commit is contained in:
parent
8bb5ed8464
commit
b06198f1d4
@ -71,8 +71,9 @@ class Gmsh(CMakePackage):
|
||||
depends_on('cmake@2.8:', type='build')
|
||||
depends_on('gmp', when='+gmp')
|
||||
depends_on('mpi', when='+mpi')
|
||||
# Assumes OpenGL with GLU is already provided by the system:
|
||||
depends_on('fltk+gl', when='+fltk')
|
||||
depends_on('gl', when='+fltk')
|
||||
depends_on('glu', when='+fltk')
|
||||
depends_on('cairo', when='+cairo')
|
||||
depends_on('hdf5', when='+hdf5')
|
||||
depends_on('hdf5', when='+med')
|
||||
|
Loading…
Reference in New Issue
Block a user