assimp: depends_on zlib (#26199)
Assimp searches for zlib (or builds its own version). When it searches, it can find a system install that is not provided by spack. Ref: d286aadbdf/CMakeLists.txt (L451)
This commit is contained in:
parent
7bb5dd7a14
commit
fb2e764f50
@ -21,6 +21,7 @@ class Assimp(CMakePackage):
|
||||
variant('shared', default=True,
|
||||
description='Enables the build of shared libraries')
|
||||
|
||||
depends_on('zlib')
|
||||
depends_on('boost')
|
||||
|
||||
def cmake_args(self):
|
||||
|
Loading…
Reference in New Issue
Block a user