Skip to content

Commit

Permalink
Fixed boost header issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Feb 6, 2025
1 parent b115a68 commit 8580dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ def requirements(self):
self.requires("libcbor/[~0.11.0]")
self.requires("libzip/[>=1.7 <1.10]") # 1.10 deprecates some functions we use
self.requires("ms-gsl/[>=3 <5]", transitive_headers=True)
self.requires("boost/[~1.85]", transitive_headers=True, transitive_libs=True) # Required by Thrift
if self.options.proxyfmu:
self.requires("proxyfmu/0.3.3@osp/testing-feature_779-state-serialization",
self.requires("proxyfmu/0.3.3@stc/ss",
transitive_headers=True,
transitive_libs=True)
self.requires("yaml-cpp/[~0.8]")
Expand Down

0 comments on commit 8580dcd

Please sign in to comment.