Skip to content

Commit

Permalink
Switch to util-linux-libuuid to avoid conflict with other conan package.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Aug 9, 2023
1 parent 8695bd7 commit a7581ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ def requirements(self):
self.requires("libzip/[>=1.7.3 <2.0.0]")
self.options['libzip'].shared = True
if self.options.build_framework or self.options.build_pubsub:
self.requires("libuuid/1.0.3")
self.options['libuuid'].shared = True
self.requires("util-linux-libuuid/2.39")
self.options['util-linux-libuuid'].shared = True
if self.options.build_framework or self.options.build_celix_etcdlib:
self.requires("libcurl/[>=7.64.1 <8.0.0]")
self.options['libcurl'].shared = True
Expand Down

0 comments on commit a7581ac

Please sign in to comment.