libtree: add upperbound for elfio (#29637)
This commit is contained in:
parent
8f5b9a89fb
commit
cf3cfab86c
@ -59,7 +59,7 @@ def install(self, spec, prefix):
|
||||
# header only dependencies
|
||||
depends_on('cpp-termcolor', when='@2.0.0:2', type='build')
|
||||
depends_on('cxxopts', when='@2.0.0:2', type='build')
|
||||
depends_on('elfio', when='@2.0.0:2', type='build')
|
||||
depends_on('elfio@:3.9', when='@2.0.0:2', type='build')
|
||||
|
||||
def cmake_args(self):
|
||||
tests_enabled = 'ON' if self.run_tests else 'OFF'
|
||||
|
Loading…
Reference in New Issue
Block a user