sarus: fix dependency on boost (#30659)
The program_options variant is disabled by default in Boost and has to be enabled explicitly.
This commit is contained in:
parent
b60d3dcd29
commit
faa277778e
@ -40,7 +40,7 @@ class Sarus(CMakePackage):
|
||||
|
||||
depends_on("expat", type="build")
|
||||
depends_on("squashfs", type=("build", "run"))
|
||||
depends_on("boost@1.65.0: cxxstd=11")
|
||||
depends_on("boost@1.65.0: cxxstd=11 +program_options")
|
||||
depends_on("cpprestsdk@2.10.0:")
|
||||
depends_on("libarchive@3.4.1:")
|
||||
depends_on("rapidjson@1.2.0-2021-08-13", type="build")
|
||||
|
Loading…
Reference in New Issue
Block a user