Add 23 to the cxxstd variant of fmt (#40080)

This commit is contained in:
Auriane R 2023-09-20 11:20:41 +02:00 committed by GitHub
parent e1b22325ea
commit 35223543e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ class Fmt(CMakePackage):
variant(
"cxxstd",
default="11",
values=("98", "11", "14", "17", "20"),
values=("98", "11", "14", "17", "20", conditional("23", when="^cmake@3.20.3:")),
multi=False,
description="Use the specified C++ standard when building",
)