Skip to content

Commit

Permalink
Added transitive_libs for libcbor to avoid cmake error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Jan 28, 2025
1 parent 7c2480c commit 4f8d7b3
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 @@ -39,7 +39,7 @@ def set_version(self):
def requirements(self):
self.tool_requires("cmake/[>=3.19]")
self.requires("fmilibrary/[~2.3]")
self.requires("libcbor/[~0.11.0]")
self.requires("libcbor/[~0.11.0]", transitive_libs=True)
self.requires("libzip/[>=1.7 <1.10]") # 1.10 deprecates some functions we use
self.requires("ms-gsl/[>=3 <5]", transitive_headers=True)
if self.options.proxyfmu:
Expand Down

0 comments on commit 4f8d7b3

Please sign in to comment.