Skip to content

Commit 5f1419d

Browse files
committed
[boost] Add 'algorithm' lib conan-io#3961
1 parent 3e452b5 commit 5f1419d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

recipes/boost/all/conanfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# When adding (or removing) an option, also add this option to the list in
2222
# `rebuild-dependencies.yml` and re-run that script.
2323
CONFIGURE_OPTIONS = (
24+
"algorithm",
2425
"atomic",
2526
"chrono",
2627
"container",

recipes/boost/all/rebuild-dependencies.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# When adding (or removing) an option, also add this option to the list in
2626
# `conanfile.py` and re-run this script.
2727
CONFIGURE_OPTIONS = (
28+
"algorithm",
2829
"atomic",
2930
"chrono",
3031
"container",

0 commit comments

Comments
 (0)