Skip to content

Commit

Permalink
Boost with-filesystem requires with-atomic, so adding with-atomic. (P…
Browse files Browse the repository at this point in the history
…erhaps jkontrik discovered the same earlier.)
  • Loading branch information
ygoldfeld committed Dec 5, 2023
1 parent 70d32ab commit fa2bc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def configure(self):
if self.options.build:
# Currently need all headers;
# plus libs: chrono, filesystem, program_options, thread, timer (and all headers).
# `filesystem` requires `atomic`.
# (Boost provides the with_* way of specifying it also; the Conan Boost pkg only has without_*.)
self.options["boost"].without_atomic = True
self.options["boost"].without_container = True
self.options["boost"].without_context = True
self.options["boost"].without_contract = True
Expand Down

0 comments on commit fa2bc06

Please sign in to comment.