Skip to content

Commit cff257d

Browse files
authored
[ci skip] also test for charconv library (#206)
1 parent 12b68a5 commit cff257d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% set version = "1.85.0" %}
22

33
{% set boost_libs = [
4-
"atomic", "chrono", "cobalt", "container", "context", "contract", "coroutine",
4+
"atomic", "charconv", "chrono", "cobalt", "container", "context", "contract", "coroutine",
55
"date_time", "filesystem", "graph", "iostreams", "locale", "log", "log_setup",
66
"math_c99", "math_c99f", "math_tr1", "math_tr1f", "prg_exec_monitor",
77
"program_options", "random", "regex", "serialization", "system", "thread",

0 commit comments

Comments
 (0)