From 4a9667071eec021abe5c71736d460e4f0693fd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Sat, 12 Jan 2019 19:16:53 +0000 Subject: [PATCH] conan: do not bring libcurl on Mac OSX --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index e19051f4..604861d5 100644 --- a/conanfile.py +++ b/conanfile.py @@ -29,7 +29,7 @@ class Exiv2Conan(ConanFile): if self.options.unitTests: self.requires('gtest/1.8.0@bincrafters/stable') - if self.options.webready: + if self.options.webready and not os_info.is_macos: self.requires('libcurl/7.61.1@bincrafters/stable') if self.options.xmp: