fix isaac-server dependency (#17569)

isaac-server can not find jansson if jansson2.10+ is used.
This commit is contained in:
René Widera
2020-08-03 02:41:18 +02:00
committed by GitHub
parent 041fcbfa59
commit d560d83b76

View File

@@ -29,7 +29,7 @@ class IsaacServer(CMakePackage):
depends_on('cmake@3.3:', type='build')
depends_on('jpeg', type='link')
depends_on('jansson', type='link')
depends_on('jansson@:2.9', type='link')
depends_on('boost@1.56.0:', type='link')
depends_on('libwebsockets@2.1.1:', type='link')
# depends_on('gstreamer@1.0', when='+gstreamer')