From bb8ae14391f67ba69490926e62789c4de708c90c Mon Sep 17 00:00:00 2001 From: Samuel Dowling Date: Sat, 15 Jul 2023 18:41:01 +0930 Subject: [PATCH] [cppcommon] Use util-linux-libuuid instead of deprecated libuuid --- recipes/cppcommon/all/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/cppcommon/all/conanfile.py b/recipes/cppcommon/all/conanfile.py index c289f88e777b0..31e78b570dc50 100644 --- a/recipes/cppcommon/all/conanfile.py +++ b/recipes/cppcommon/all/conanfile.py @@ -64,7 +64,7 @@ def requirements(self): else: self.requires("fmt/10.0.0") if self.settings.os == "Linux": - self.requires("libuuid/1.0.3") + self.requires("util-linux-libuuid/2.39") def validate(self): if self.settings.compiler.cppstd: