Skip to content
Snippets Groups Projects
Unverified Commit d560d83b authored by René Widera's avatar René Widera Committed by GitHub
Browse files

fix isaac-server dependency (#17569)

isaac-server can not find jansson if jansson2.10+ is used.
parent 041fcbfa
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment