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:
Teodor Nikolov 2022-05-13 16:41:41 +02:00 committed by GitHub
parent b60d3dcd29
commit faa277778e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")