Skip to content

Commit

Permalink
More such dependencies; should have trusted jkontrik fully. Well, the…
Browse files Browse the repository at this point in the history
… added comment is nice, and only a few minutes were lost.
  • Loading branch information
ygoldfeld committed Dec 5, 2023
1 parent fa2bc06 commit 2159efa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ 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`.
# `filesystem` requires atomic. `thread` requires container, date_time, exception.
# (Boost provides the with_* way of specifying it also; the Conan Boost pkg only has without_*.)
self.options["boost"].without_container = True
self.options["boost"].without_context = True
self.options["boost"].without_contract = True
self.options["boost"].without_coroutine = True
self.options["boost"].without_date_time = True
self.options["boost"].without_exception = True
self.options["boost"].without_fiber = True
self.options["boost"].without_graph = True
self.options["boost"].without_graph_parallel = True
Expand Down

0 comments on commit 2159efa

Please sign in to comment.