precice: add pkgconfig as a build dependency (#22059)
This commit is contained in:
parent
58d9f5c114
commit
6d54df1ba4
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Precice(CMakePackage):
|
|||
|
||||
depends_on('cmake@3.5:', type='build')
|
||||
depends_on('cmake@3.10.2:', type='build', when='@1.4:')
|
||||
depends_on('pkgconfig', type='build', when='@2.2:')
|
||||
depends_on('boost@1.60.0:')
|
||||
depends_on('boost@1.65.1:', when='@1.4:')
|
||||
depends_on('boost@:1.72.99', when='@:2.0.2')
|
||||
|
|
Loading…
Reference in a new issue