Percept requires googletest to be a static library. (#8506)
This commit is contained in:
parent
ec1b2d0a3a
commit
3e2636e10f
@ -38,7 +38,7 @@ class Percept(CMakePackage):
|
||||
version('develop',
|
||||
git='https://github.com/PerceptTools/percept.git', branch='master')
|
||||
|
||||
depends_on('googletest')
|
||||
depends_on('googletest~shared')
|
||||
depends_on('opennurbs@percept')
|
||||
depends_on('boost+graph+mpi')
|
||||
depends_on('yaml-cpp+pic~shared@0.5.3:')
|
||||
|
Loading…
Reference in New Issue
Block a user